You'd use this strategy to Send Follow Up Emails to Increase Engagement
Here's how to pull the Mailer Image into your HTML:
- If using HubSpot:
- Add a new Property in HubSpot called "EnthusemDesignId"
- Go to HubSpot Mailers Integration in Enthusem
- Map the Property you added in HubSpot to the "Design Id" field in Enthusem, click Save + Enable
- Create an Email in HubSpot and where you'd like to include the variable Mailer Image.
- Edit the Source Code for the module where you'd like to include the variable image
- Enter <img src="http://app.enthusem.com/_design_/{{contact.enthusemdesignid}}"> in your HTML where you'd like the variable image to populate.
- Test by sending an Enthusem Mailer through your HubSpot Integration
- If using MailChimp:
- Go to Reports>Mailing History>Click under the month to see your Mailer List
- Export to CSV - note the field named DesignSourceURL
- In the HTML insert <img src="*|DESIGNSOURCEURL|*"> where DESIGNSOURCEURL is the name of the field in Mailchimp that you imported the DesignSourceURL into
If you are using anything other than HubSpot or MailChimp, simply insert<img src="[DesignSourceURL]"> into your HTML, swapping[DesignSourceURL] for whatever you named your variable field.
An example after the variable is swapped out would look like this:
<img src="https://app.enthusem.com/_design_/537bd5a7-b41d-4af2-b487-a77b011a66e2">
0 Comments