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?
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).
Thank you Sanford!