SOLVED

Re: Trigger Marketo Flow using REST API

Go to solution
Anonymous
Not applicable

Trigger Marketo Flow using REST API

This is a follw up question to this - POST Form Data using REST API

We are using the Lead Push API to create a lead and Associate API (passing Munchkin Id and Cookie Value) to the REST API , but we are not able to trigger the specific portion of the flow steps , which send a welcome email to the user who submits a form

Our form is a custom HTML form and we are using REST API to submit the form data from server side.

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Trigger Marketo Flow using REST API

Please read my response more carefully.

You're currently triggering on an activity (Fills Out Form) that will never occur.

You must trigger on the actual activity you will see in someone's Activity Log (this is always true in Marketo -- there is no activity that you can trigger on which is not present in the log). That activity is Person is Pushed.

View solution in original post

3 REPLIES 3
SanfordWhiteman
Level 10 - Community Moderator

Re: Trigger Marketo Flow using REST API

You haven't shown your trigger SC. Triggering on Person is Pushed to Marketo, with optional constraints for program/reason, will capture this activity. (That's what that trigger is for.)

SanfordWhiteman
Level 10 - Community Moderator

Re: Trigger Marketo Flow using REST API

Please read my response more carefully.

You're currently triggering on an activity (Fills Out Form) that will never occur.

You must trigger on the actual activity you will see in someone's Activity Log (this is always true in Marketo -- there is no activity that you can trigger on which is not present in the log). That activity is Person is Pushed.

Anonymous
Not applicable

Re: Trigger Marketo Flow using REST API

Thanks Sanford Whiteman​ - That fixed it.