Hi,
This is a little complicated but hopefully someone can help.
We have a directory website of wedding locations.
When brides search for wedding locations on our site we record the locations they search eg. London, Paris, New York etc.
We would like to create and send an email campaign to each bride based on their search parameters and include in it offers and suggestions of places they might like.
Using the data we have on the brides search location, can we use the API call ‘message_add’ to trigger a campaign to each bride and pass through the brides search location preferences in the htmlfetch parameter URL to an email template on our site that would generate a bespoke html email for that specific bride?
Parameter details from API docs:
htmlfetch* HTML version. URL where to fetch the body from.
Example: ‘somedomain.com’
eg.
Bride AC contactID: 21
Location Search: Alaska
htmlfetch URL: http://ourdomain.com/emailtemplates.php&location=alaska&bride=21
Bride AC contactID: 287
Location Search: Berlin
htmlfetch URL: http://ourdomain.com/emailtemplates.php&location=Berlin&bride=287
Bride AC contactID: 67
Location Search: Chicago
htmlfetch URL: http://ourdomain.com/emailtemplates.php&location=Chicago&bride=67
At he same time, it wold be nice not to create hundreds of campaigns on our AC account in the process - I’m worried that each unique URL that contains bride variables would be treated as a new campaign.
In time we would want to create a number of activity based emails that would all have an html email template on our site and pull in suggested content for that bride.
Any thoughts on this and if it’s possible to pass the data and not generate a thousand campaigns a week?
Best regards,
Bob