Hey Guys,
I am looking for undocumented infusionsoft merge codes. So far I was able to find the codes below, but I am sure there are more.
Particularly I would like to find codes for:
- Subject line,
- email batch ID,
- campaign builder campaign ID,
- campaign builder email ID.
Merge Code | Description |
---|---|
~HostedEmail.Link~ | A link to a web version of the email |
~Contact.EditPage~ | A link to edit the contact record |
~EmailSent.Id~ | ID of the sent email. Can be used to create custom unsubscribe, confirmation and social links. |
~EmailSent.PartialHash | Hash of the sent email. Can be used to create custom unsubscribe, confirmation and social links. |
Sources and how those can be used to build custom unsubscribe and optin links:
- https://www.monkeypodmarketing.com/turning-any-link-into-an-unsubscribe-link/
- https://dohmaindesigns.com/creating-a-custom-opt-in-button-in-infusionsoft/
- https://books.google.com.hk/books?id=W_p_CwAAQBAJ&pg=PA442&lpg=PA442
- https://www.monkeypodmarketing.com/secret-merge-fields/
Date & Time Related Merge Codes
You can also find date and time related merge fields here:
Additionally the date/time “|custom()” formatter can be used with the options from this page:
http://userguide.icu-project.org/formatparse/datetime
Let me know if you have any other undocumented codes and I will add them to the table.