Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 7 Next »

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.

  1. Subject - this is the subject of the email, the default is:

    1. ##enterpriseName## Action - ##campaignName## (##campaignId##) - Download Lead Batch Integration Report

  2. Title - Is the Title of the email Body, the default is:

    1. ##enterpriseName## Action

  3. Sub_Title- , Is the Sub Title of the email,the default is:

    1. ##campaignName## (##campaignId##) - Download Lead Batch Integration Report

  4. 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 />
Advertiser Name: ##advertiserName## <br />
Campaign Name: ##campaignName## <br />
Campaign ID: ##campaignId## <br />
Total Leads Delivered on Campaign: ##totalLeadsCampaign## <br />
Total Lead Cap of Campaign: ##totalCapCampaign## <br />
Total leads remaining on the campaign: ##totalLeadsRemaining## <br />
Number of leads in the file: ##totalLeadsAttached## <br />
Total Lead Cap of Campaign: ##totalCapCampaign## <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

  • No labels