Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
One word of caution, there are limitations to using choices in the flow step versus using the same filters/triggers in smart lists.An example and something else to be weary of: 'Not webhook is called' is not the same as 'webhook is called' with constraint Error Type = HTTP Error 400: Bad URL request...
Sync cycles only log an activity for a record if there has been a change to the record on either systemIf the syncs were copying the entire database every time, you'd be limited to very long sync cycles
If your marketo program is synced with a Salesforce campaign, just change the status in the marketo program and the updated status will sync over to the salesforce campaign. Don't try to change the status in the SFDC campaign.
I'm honestly shocked Marketo technical consultants would recommend such a solution. In saying that though, I did investigate such a concept for a franchise head office with 70+ franchisees where each had their own CRM instance (not salesforce) and the franchise head office wasn't willing to purchase...
a serialized POST payload is formatted exactly the same as a query string:param1=value1¶m2=value2¶mN=valueNYou're trying to send an object and marketo doesn't recognize it.I'm actually confused what you're trying to do/achieve.
Just reading the title gave me the shudders. May I ask why?I personally haven't worked with Workato but my experience with middleware and integrations is that a lot of your time will be taken up by integration maintenance.Is it worth the added exponential complexity and maintenance of integrating tw...
Not ideal but functional... I think the biggest risk is sending the wrong data if campaigns are tweaked or new ones aren't set up the correct way...
Using a global smart campaign, how can one reference the program ID and program name of the triggering program? (not the parent of the global smart campaign)Right now I have a smart campaign in each program but I want to set up one global smart campaign listening for:but if I add call webhook in the...
why can't you streamline the process by digitising lead capture at the events and directly into Marketo? build your event program templates with a batch program that you set to run the day after the event is over which automatically sets anyone still with "Registered" status to "No Show"
https://xxxx.marketo.com/index.php/leadCapture/save2?formid=1234&munchkinId=xxx-xxx-xxxYou should be including the parameters in the body of the POST. Adding it to the URL is GET.You can post to save2 server side (apparently you just need to add "formVid"). But warning that the anonymous IP address ...