How to send data out of the platform with Webhooks
We've made it very easy for you to send outbound Webhooks to other platforms and have complete control over what you're sending and how you're sending it.
1. Go to the flow builder.
2. Add the "Custom API" step from "Data Services".
3. Add your API/Webhook URL in the first large box. If needed, make sure you add any public or private keys or tokens to the end of the URL.
4. Choose POST
5. You can choose "No Code" and use merge fields from within the platform to dynamically populate the data by adding variables, or even custom values.
6. Alternatively, choose "Custom Body" and you can choose JSON and you're in a text editor that lets you add whatever content you want.
7. If you need to use PUT, GET or DELETE, in the "Type Key" field add "x-request-method", then in the "Type Value" use PUT, GET or DELETE.
8. You can even receive API responses and use them throughout the rest of the flow.