Campaign Data

Displaying Campaign ID

To display the campaign ID of the current campaign in a message, we can use the following handlebar:

{{campaignId}}

Similarly, the name of a Campaign can also be displayed:

{{campaignName}}

Displaying Message ID

You can also display a message ID for each message, for example, in the footer.

{{messageId}}

Last updated