Webhook to support receiving form-data type
Log In
r
ryantaskade
Hi there, could you explain what you mean by changing the webhook setting?
For automations and the webhook trigger, we receive data from a POST HTTPS request from external platforms.
We don't support an automation being called through a GET HTTP request. Are you trying to use some other platform to run an automation with a webhook trigger?
damionp
ryantaskade Hey there! Thanks for confirming that it's a POST request. However it's not working with Trafft.
r
ryantaskade
damionp: Hi there, could you please share an example of the structure of the data and its headers (if any) being sent from Trafft to this webhook?
damionp
ryantaskade Here's their response. Please advise.
damionp
ryantaskade Here's an example
r
ryantaskade
damionp: Thank you for the screenshots, that was helpful! Our webhook indeed only support receiving data as JSON objects for now, we can look into supporting Form Data for our webhooks in the future. I've helped to change the title of this post to reflect that
damionp
ryantaskade Great, thank you!