Add JSON payload option to workflows as well as HTTP POST #1658
tolkienosborn
started this conversation in
Ideas
Replies: 1 comment
-
|
We've added this to our backlog for further investigation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe your idea
Add a submit to endpoint option that supports JSON payloads
Context
In workflows, you can only Send a form to a URL, either as a HTTP POST or GET.
Many modern CRM API's like MailChimp only accept JSON Payloads
https://mailchimp.com/developer/marketing/api/
Currently I'm having to write API wrappers to go between Umbraco (Heartcore) and the CRM's API endpoint.
Beta Was this translation helpful? Give feedback.
All reactions