Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
AFAIK if you've got the endpoint correct, Marketo APIs always return 200 OK. You need to look in the json body for "success":true or "success":false
We use a php endpoint to receive the webhook data from Marketo and transform the data before forwarding the data to Twilio. For us it was much easier to write logic to standardise phone numbers before sending to Twilio than to update the whole database. Transforming the formatting of dates would be ...
To be honest, I'm not a security expert but interested in hearing your feedback on the set up.The set up is: a webhook is called from Marketo when someone registers. The endpoint on the server is protected by the .htaccess file so all IP addresses are denied except for the single Marketo IP. There's...
Mainly by .htaccessOrder deny,allowDeny from allAllow from
This can be done right now using the Marketo API (saves you from subscribing to a third party service). Bit of a hassle to set up though, so I agree having something built in would save everyone's time. Happy to share current php solution via pm.
There's not much you can do about the existing blank email records, but there's plenty you can do to improve your email unsubscribe facility such as hiding the page from people who aren't "known" by using dynamic content.Create a new segmentation, add a new segment "Known" and set the smart list rul...
Aside from making an un-guessable url, you can use dynamic content to better protect the landing page.Create a segment for the specific email address/es you wish to allow accessFind a section you can add html and make it dynamic using the segment you createdChoose the default segment and add this sc...
Add the below script with your munchkin and form id details and edit var domains with the domains you want to block. If you want to follow Sanford's suggestion to add domains directly as a regex expressions, you'd need to make further edits.MktoForms2.loadForm("https://app-####.marketo.com", "###-##...
It's because view as webpage is a system token that doesn't get tracked and thus doesn't get rewritten using the branding domain. If you hover over the link in the HTML version, it's the same situation.
Can you post screenshots of your smart campaigns.Also, sometimes it might take a few minutes for the triggers to react to clicks and opens...