Skip to main content
January 9, 2018
Question

Dynamics posting to Marketo form in workflow

  • January 9, 2018
  • 1 reply
  • 1057 views

Hi. We're just about to implement Dynamics and wondered if anyone was posting data through to a Marketo form (maybe via the Marketo form API) in a Dynamics workflow e.g. a Dynamics workflow is set up and one of the steps requires an email to be sent, can we pass the data through to Marketo via a form post?

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

1 reply

SanfordWhiteman
Level 10
January 10, 2018

The Forms API is a client-side (JavaScript) API, so it wouldn't have any bearing on your situation.

Perhaps you mean the forms endpoint (which is an undocumented pseudo-API). You could post to the endpoint and trigger an email based on the Filled Out Form activity, but unless you have something else using up your API calls proper, I would concentrate on the REST API (Push Lead, for example).

January 12, 2018

Thank you Sanford!