Hi!
I want to send a POST webhook to 3commas at the end of the ZAP. I think I did the setup correctly, but I don't get a signal to 3commas. What am I doing wrong?
Hi!
I want to send a POST webhook to 3commas at the end of the ZAP. I think I did the setup correctly, but I don't get a signal to 3commas. What am I doing wrong?
Hi
Please post the API documentation you are referencing to configure the Webhook request, thanks.
It’s been a while so I expect
The Webhook POST action event would expect a series of key and value pairs to be supplied in the Data fields, not a block of JSON code as it shown in the previous screenshot. Instead, you’d want to use the Custom Request action event:
This would allow you to add that JSON for the request in the Data field. You’d need to ensure that the JSON request data is formatted as per in the API’s documentation:
It looks like 3commas has documentation on how to connect to their API here: Public Rest API for 3commas.io. And you can find out more about how to set up webhook steps here: Send webhooks in Zaps
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.