Re: Dynamics posting to Marketo form in workflow

Anonymous
Not applicable

Dynamics posting to Marketo form in workflow

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?

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: Dynamics posting to Marketo form in workflow

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).

Anonymous
Not applicable

Re: Dynamics posting to Marketo form in workflow

Thank you Sanford!