LogoLogo
WebsiteBlog
  • Introduction
  • CDP Overview
  • Identity Resolution
  • CDP Guidelines for Data Sanity and Campaign Governance
  • Login and User Management
    • Login to the platform
    • Change Password / Retrieve your Account
    • Role Based Access Control
      • User Management
      • Roles
    • Single Sign-On (SSO)
  • Events
    • Events Overview
    • App Events
    • Track
    • Identify
    • Page
    • Screen
    • Event Dictionary
  • Sources
    • Sources Overview
    • Android SDK
    • iOS SDK
    • JavaScript SDK
    • React Native SDK
    • Flutter SDK
    • REST API
    • Adobe Analytics Exports
    • SFTP
    • Kafka
    • Offline File Ingestion
  • Destinations
    • Destinations Overview
    • Quora Pixel
    • Hotjar
    • Clevertap
    • Google Analytics 4 (GA4)
    • Meta Pixel
    • Meta Conversion API
    • LinkedIn Insight Tag
    • Adobe Target
    • AppsFlyer
    • AWS S3
    • Criteo
    • Kafka
  • Integrations
    • Rudderstack
    • Azure Blob
    • Adobe Launch Private Extension
    • Adobe Launch Extension
    • Salesforce CRM
    • Microsoft Dynamics 365
  • Customer One View
    • Introduction
    • Basic details, Attributes and Devices
    • Segment and Engagement
    • Activity
  • Segments
    • Getting Started
    • Create a Segment
  • Channels
    • Getting Started
    • A/B Testing
    • SMS
      • Set up an SSP
        • Netcore
        • Twilio
        • Adobe Campaign Classic
        • Gupshup
        • Unifonic
        • Infobip
        • Tubelight
      • Add an SSP
      • Create SMS campaign
      • FAQs
    • Email
      • Set up an ESP
        • SendGrid
        • SendInBlue
        • SparkPost
        • Taximail
        • Netcore
        • Adobe Campaign Classic
        • Mailchimp
        • Oracle Email Delivery
        • Infobip
        • Vision6
      • 🆕Add an ESP
      • Create Email campaign
      • Common use cases with Email Editor
      • Why Email Notification may not get delivered?
      • FAQs
    • App Push Notification
      • Create App Push Notification - Android
      • Create App Push Notification - iOS
      • Why App Push Notification may not get delivered?
      • FAQs
    • WhatsApp
      • Configure a WSP
        • Yellow Messenger
        • Infobip
        • Gupshup
        • BIK.ai
        • Vonage
        • Sinch
        • Tubelight
      • Create WhatsApp campaign
      • FAQs
    • RCS
      • Add an RCS API
      • Example: Netcore RCS API
      • Create an RCS campaign
      • FAQs
    • Web Push Notification
      • Create a Web Push Notification
      • Create a Default Web Push Notification
      • FAQs
    • On-site Notification
      • Create On-site Notifications.
      • Common use cases with On-site Notification.
      • Notification Templates
    • Banner Personalization
      • Create a Personalized Banner
      • Create a Default Banner
    • External API
      • Create Engagement
      • Test your API configuration
      • Example Use Cases of External APIs
        • Use case 1: HubSpot - Create Contacts API
        • Use case 2: Exotel's Make a call API
        • Use case 3: Mailmodo's Send Campaign Email API
  • Ramanujan AI
    • Lead scoring
    • Channel Orchestration
    • Content Generator
      • Generate Web Push Content
  • Journey Builder
    • Overview- Journey Builder
    • View all Journeys
    • Create a Journey
    • Journey Reports
    • FAQs
  • Audience Export
    • Facebook Export Channel
    • Google Ads Export Channel
  • Analytics
    • Dashboard
      • Guiding through the Dashboard
      • Unique Profile
      • Profile and Merge Trends
      • Campaign and Revenue Dashboard
    • Campaign Summary
    • Events Occurrence
    • Event Telemetry
    • App Installs and Uninstalls
    • Funnels
    • Paths
    • Traffic Analysis
    • Cohorts
    • Data sanity between Funnels, Paths and Events
    • FAQs
  • Developer APIs
    • User Profile API
    • WhatsApp Opt-in/Opt-out API
    • Subscription Management
  • Settings
    • Product Label
    • Frequency Caps
    • Contacts
Powered by GitBook
On this page
  • Pre-requisites
  • Configuration Steps
  • Setup new Email client
  • Configure your Email client
  • Step 1: Basic details
  • Step 2: API Details
  • Step 3: Map API Keys to Email Fields
  • Send Test Email
  • Response and Webhooks
  1. Channels
  2. Email

Add an ESP

This document explains the procedure for adding an ESP on Lemnisk CDP on your own.

Lemnisk offers you the capability of adding an Email vendor API on your own on the platform, saving a good chunk of engineering effort and time that goes into the integration; enabling the marketer take campaigns live faster than ever. This capability also allows any marketer to set up a private ESP on the CDP.

This feature will help marketers configure the External API-led Email provider APIs by just providing the authorization keys, and mapping the designated Email fields to the payload.

Pre-requisites

  • The vendor's API that works with -

    • HTTP POST.

    • JSON payload.

  • The authentication mechanism and credentials that is a static key and not a refresh key.

Configuration Steps

  • To set up an Email API, it is mandatory to map atleast 3 configuration values: “To”, “Subject” and "Sender Email". Subject and Sender Email is to be provided at engagement level.

  • Ensure you assign the authorisation keys and other essential global constants in the respective places in the API. Usually, these are configured in the URL parameters or header parameters.

  • To configure a field at engagement level, assign that key with "Custom Field" and then provide a static value or define it at engagement-level by entering the variable name in curly braces like {{Custom Value}}.

  • A default value is not mandatory, but recommended when the value does not change frequently. This value will be displayed again those parameters when creating engagements. You can also assign a Macro value to fields by type.

Setup new Email client

Step 1: Go to > Campaigns > Channels > Email

Step 2: Click on the "+" Icon in the top row of the window.

Step 3: Select "+ Add Client" from the list of clients.

Step 4: Enter your client name in the given input box.(Ensure you put the business name of the vendor. This is for the sanity of the records)

Step 5: Name your configuration in the given input box.

Configure your Email client

Step 1: Basic details

Name of configuration: The name you entered in the previous step will be displayed here

Description: Add a description for your the new Email client.

Step 2: API Details

HTTP Method: Select the HTTP method as POST or GET.

API URL: Provide the API URL.

Alternatively, You can simply import the cURL of the API and skip to the next step! Let's understand how "Detect from cURL" works.

Clicking the +detect from URL button will pop up the following window.

Once you enter the curl, it will automatically fetches the Headers and Payload from the API and populate in the relevant fields and the tree-view will occur based on the values in the payload.

Step 3: Map API Keys to Email Fields

Now, select the Email Configuration fields and map the mandatory values To* and Message Body* to the appropriate keys in the API Body.

Custom Field: You can add custom values to the Configuration by assigning variables in curly braces {{Example}}.

Send Test Email

  • Navigate to > Test API.

  • Assign working values like Email Body, Subject, Recipient Email to the payload wherever applicable and click "test".

  • You will receive the success confirmation as shown below once your API is validated.

Response and Webhooks

The response and Webhooks screen is where you will map the relevant path of the unique ID in the response body to the internal MessageID identifier which helps Lemnisk identify every message trigger and account for the delivery reports.

  • Navigate to > Response and Webhooks.

  • Enter values to the payload and Click " Test Configuration".

  • You will receive the confirmation once your API is validated.

  • Select the mapping key to map the Unique message ID.

Click on Save Configuration to successfully save the message_ID path of the response.

Congratulations! You've successfully added the Email provider's API in the system and you can now create engagements to start your Email campaigns.

PreviousVision6NextCreate Email campaign

Last updated 2 months ago

You can set up the Vendor API in the same way as you set up an with a global payload.

This is the same functionality we implemented in External API. Click to know in detail.

🆕
External API
here
Demo: Add your own ESP
Add your own ESP
Image: Add Client
Image: API Details
Image: Detect from cURL
Image: Email configuration fileds mapping
Image: Test an Email
Image: Response and Webhooks