Triggered Email Campaign for leads with 3rd party unique token URLs
I am trying to update multiple leads with unique URLs used in an email campaign. How best can I do this?
I am trying to update multiple leads with unique URLs used in an email campaign. How best can I do this?
The issue I'm trying to find a workaround with my previous request is that when calling the API for multiple leads with the same token name but different URLs, the result is that the URL in the email that goes out defaults to the last URL provided for all leads. URLs are sourced and created on my side based upon customer actions/triggers, and I'd like to find a way to do it with a real-time API call and not in a webhook or flat file.
You can pass a map of Lead IDs and URLs in a single {{my.token}} JSON property (not the same token appearing multiple times).
#set( $leadURLMap = {
12345 : "example.com",
45678 : "example.net"
} )
Then use Velocity to output the URL for the current lead ID.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.