Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Please post a reply instead of editing original post in future.To answer your updated post, It looks like you actually tried to change "Do Not Email" instead of Unsubscribed. You're probably wondering why your smart campaign didn't trigger. I'd check if your smart campaign scheduled to only run once...
You can achieve this with a simple naming setup that makes use of existing tokens, e.g. FirstName LastName.jpgSo your url to the image file would be "path/{{lead.Sales Owner First Name}} {{lead.Sales Owner Last Name}}.jpg"
If ultimately you just want to email people on their birthday, you can try using advanced wait + date token + next anniversary. Have 2 campaigns requesting each other so it becomes perpetual (a campaign can't request itself). To start someone off on the emails you may use a Data value changes trigge...
If you're purely looking at suppressed numbers, you could be including "Email Invalid" = true and/or "Marketing Suspended" = trueTry adding these filters and filtering for "false" to your mailable segment
With non-native integrations you'll need to use middleware. The basic idea is, Marketo plugs field mapping to the middleware, Netsuite plugs in field mapping to the middleware and the middleware crisscrosses fields to the correct field in the other system.All integrations are done through SOAP or RE...
Try having a hidden email field on the 2nd form so the two leads get merged by email address. There are many ways you can achieve the end result. 2 simple ones below:1. In the first form, using marketo forms onsuccess method, manually overwrite the followup page url while appending an url parameter ...
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 ...
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...