Hi all,
I need to send our customers an email to inform them that their contracts are approaching expiry. While most of our customers have one contract, the email needs to accommodate for those with 2 or more. For each contract, we want to display 3 fields: RegistrationNumber, AmountDue, ExpiryDate. I want to avoid creating 3 times n fields to store this information and want to ensure the customer receives one email only.
The email should contain a table that contains:
RegistrationNumber, AmountDue, ExpiryDate
AAA111, $10000, 04/05/2014
XYZ1123, $5674, 07/05/2014
etc.
Any suggestions? Please note that we are not currently using a CRM to synchronise contract details. Data will be imported manually.
What I have been able to come up with is:
1. Outside of Marketo: Build a HTML table to hold the contract details for each customer and store as a field in a CSV file.
2. In Marketo: Create a custom field (type text) called Expiry Notification Details and import the contract details as a HTML table.
3. In Marketo: Use the Expiry Notification Details token in the email.
The above seems to work fine when I send samples but am wondering if there is a better way.
Thanks,
Ersel