...
Section | Default |
---|
subject - this is the subject of the email
| ##enterpriseName## Action - ##campaignName## (##campaignId## ) - Download Lead Batch Integration Report
|
title - Is the Title of the email Body,
| ##enterpriseName## Action
|
sub_title - , Is the Sub Title of the email
| ##campaignName## (##campaignId## ) - Download Lead Batch Integration Report
|
body - For Email
| Total Leads Delivered on Campaign: ##totalLeadsCampaign## <br /> Total Lead Cap of Campaign: ##totalCapCampaign## <br /><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## |
body - For FTP, SFTP and SFTPS
| A total of ##totalLeadsAttached## leads have been successfully transmitted within the file ##file## to ##host## . The list of Lead IDs follows:<br /> ##campaignLeadIds## |
body - For Dropbox
| A total of ##totalLeadsAttached## leads have been successfully transmitted within the file ##file## to ##host## . The list of Lead IDs follows:<br /> ##campaignLeadIds## |
...
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##
|
Name of the file | ##file##
|
This will display either FTP, SFTP,SFTPS or Dropbox | ##host##
|
...
Example email
Here is a full example of the feature implemented.
...