Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
1:1 But not every marketo program needs to sync to a SFDC campaign and vice versa. We have parent campaigns that we created in SFDC only. Furthermore, if you have marketo programs that are tracking channels as a whole like paid social, paid search, display, these don't need to be synced. We only syn...
If you're relying on it to update dynamic content in real time, note that there is a delay. e.g. a lead won't be in the new segment for a few seconds
We had SSO for Webex and we couldn't get it to work in Launchpoint...I did manage to reverse engineer their registration forms so that we could use our own emails, landing pages and forms and then trigger a webhook.
There are lots of reasons an email doesn't come through, but first, try to send the test email to a different email service provider e.g. google/hotmail
To answer your question directly:I'm not sure about Zapier's customisation. I've always written my own "zaps" when it comes to Marketo using php + our webserver. You can do something similar - Marketo webhook to Parsuer to [php] handler to Marketo. You'd need to apply REST API to send the data back ...
The set of system Inferred xyz fields available in Marketo are based on the user-agent's IP address.
Try working off the "Inferred Company" system field and sourcing a list of ISP company names?
I think you've conceptually mixed up inventories and transitions.You want to transition people from Won and Lost to "Recycle to" after 31 days and 2 months respectively. So do just that, leave people in Won/Lost for X days by creating a smart campaign e.g."Won => Recycle"Smart list: [Trigger] Revenu...
If you're using Salesforce - you can write some Apex or try using process builder to populate the customfield on the lead/contact object. Marketo can trigger off that field being changed && not empty and then clear that field after sending the SMSBut if you're not using salesforce - then as Sanford ...
Try asking Support directly or reach out to your CSM.Just how customised if your Salesforce - what are your workflows/APEX doing? Is there anything you can offload to either Marketo or your server (via a webhook)