Trigger Marketo Flow using REST API | Community
Skip to main content
June 27, 2018
Solved

Trigger Marketo Flow using REST API

  • June 27, 2018
  • 1 reply
  • 3080 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

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.

1 reply

SanfordWhiteman
New Participant
June 27, 2018

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
SanfordWhitemanAccepted solution
New Participant
June 27, 2018

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.

June 27, 2018

Thanks @Sanford Whiteman​ - That fixed it.