Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

The email hash can be added as a parameter in the ESP. Adding it differs per ESP:

Expand
titleFor Canopy DeployDeployteq

The parameter can be added to emails as follows:

  • To process a profile field in an email, use the following setup: {{customer_option field= 'fieldname'}}

  • Find the field name that the email hash is mapped to (for example, E1) and process this field in the above setup: {{customer_option field= 'E1'}}

  • Add the field to the HTML of URLs that reference the website in the emails: <a href="https://squeezely.tech?email={{customer_option field='E1'}}}" alt="click" target="_blank ">Click the link</a>

...