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.
Solved! Go to Solution.
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.
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.)
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.
Thanks Sanford Whiteman - That fixed it.