Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Have you changed the event from "Tentative" to "Confirmed" in marketing calendar?
Having used Unbounce, and not being a fan, there are draw backs to using WYSIWYG editors, primarily being that your HTML code is filled it a lot of "bloatcode", trying to make the page presentable and responsive. As a purist, I prefer being given a blank canvas and coding a page from scratch and lea...
To directly answer your question, you'd need to use API to get members from program id, collate members matching a status and make an API call to create/update token with the value.
A solution, not involving APIs:1. Use velocity to write the CO values to a plain email in xml formatting.2a. DIY: Set up a server + inbox to receive the emails. Write server script to parse the email text as XML. 2b. Third party: There are paid services that can parse emails and execute webhooks, wh...
A specialised requirement like this would unlikely be implemented for the masses.I'd recommend looking at setting up a server side solution for the two. 1) We're looking for a solution that would create an index of sent emails (such as newsletters) for viewing online so we can link to these on our w...
Sounds like you want to look into dynamic content. Using Dynamic Content in an Email - Marketo Docs - Product Documentation P.S. the question that makes up the title of your post, to me, is different to what you're asking about in the body of your post.
Check Marketo/Netsuite Sync . Same applies.BrassRing will need to have SOAP or REST API to connect with middleware
The values you are seeing in the smart list dropdown are all current unique values in your database. There's no relationship between what you set as values for a field in forms editor and what the smart list dropdown shows.Only when someone submits a form with a new value and marketo saves it in the...
Good to hear. But just to clarify, webhooks here don't use any API calls.
I'd imagine it'd have to be some kind of api solution. If you aren't sending large amounts of emails, one way I can think of is... Build a requested smart campaign with flow send email and a webhook endpoint in the language of your choice with some api calls to marketo. Marketo sends webhook of lead...