Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
If you really need to know for each wait step, set up a smart campaign for each email that gets requested one after another and check the wait status in each smart campaign.
You can use dynamic content to only allow a segment that meet a smart list criteria to see the landing page. The smart list, as you have suggested could be "essay field is not empty"...
Basically to get information into Marketo from any other platform automatically, you'll need to send the information by a form POST or by API calls. Solutions in Launchpoint have done the coding for you so you just need to set things up. Otherwise, you'll need to write some code yourself.
You need to be a lot more detailed in explaining your CRM set up. There are a couple of ways I can think of to make it work but I'm making lots of assumptions on the capabilities/limitations of your CRM.How is your CRM pushing data to Marketo? through middleware? export, transform, load?How is each ...
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 ...