Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I don't believe that our systems can access the Apache library easily. Any other suggestions?
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 si...
At least a few hundred emails a day.If the same token is already used and saved in an email, ideally I'd like to send in an array of leads for the same token that is used in an email with different URLs (ideal API body below). {"input": {"leads" : [ {"id" : 4 }, {"id" : 5 } ],"tokens" : [ {"name": "...
I am trying to update multiple leads with unique URLs used in an email campaign. How best can I do this? The use case in particular that I'm working on is sending unique URLs into an email (this email resides in Marketo) for specific leads from a third party into Marketo. The path that I've been exp...