For the Batch integration, users have the option to customise the emails which are sent by the platform.
Within the configuration, users will see this.
Subject - this is the subject of the email, the default is:
##enterpriseName## Action - ##campaignName## (##campaignId##) - Download Lead Batch Integration Report
Title - Is the Title of the email Body, the default is:
##enterpriseName## Action
Sub_Title- , Is the Sub Title of the email,the default is:
##campaignName## (##campaignId##) - Download Lead Batch Integration Report
Body - This is an editable HTML section where the user can input their settings to populate the email.
With the configuration, they have the option to use the below as dynamic placeholders:
Description | Placehodler |
---|---|
This will display the Enterprise Name | ##enterpriseName## |
This will display the Advertiser Name of the Campaign | ##advertiserName## |
This will display the Campaign Name | ##campaignName## |
This will display the Campaign ID | ##campaignId## |
Total Leads Delivered on Campaign | ##totalLeadsCampaign## |
Total Lead Cap of Campaign | ##totalCapCampaign## |
Number of leads in the file | ##totalLeadsAttached## |
Link to the file download | ##batchLeadDownload## |
List of lead ids in the file which are comma separated | ##campaignLeadIds## |
Total leads remaining on the campaign | ##totalLeadsRemaining## |
Example email
Here is a full example of the feature implemented.
ID | Section | Example Config |
---|---|---|
1 | subject | ##enterpriseName## Action - ##campaignName## (##campaignId##) - Download Lead Batch Integration Report |
2 | title | ##enterpriseName## Action |
3 | sub_title | ##campaignName## (##campaignId##) - Download Lead Batch Integration Report |
4 | body | Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.<br /> Enterprise Name: ##enterpriseName## <br /> A total of ##totalLeadsAttached## leads have been successfully compiled and can be <a href='##batchLeadDownload##' style='color: #333333'>downloaded here</a>. The list of Lead IDs follows:<br /> ##campaignLeadIds## |
Example of Email sent