Campaign Data
Last updated
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}}You can also display a message ID for each message, for example, in the footer.
{{messageId}}Last updated