Webhook to support receiving form-data type
in progress
Log In
John at Taskade
Thanks for flagging this — receiving form-data payloads in webhooks is a real pain point when integrating with platforms that don't send JSON by default. We hear you on the friction this causes.
This is actively on our radar as we expand Taskade's automation capabilities. In the meantime, you may find some relief using our new MCP Connectors (v6.105), which allow deeper third-party integrations and custom data pipelines. You can browse available connectors at https://taskade.com — more are being added regularly.
For complex inbound data handling, our Taskade Genesis workflows can also help transform and route incoming data through AI-powered automation steps: https://taskade.com/create
We'll keep this thread updated as webhook enhancements roll out. Thanks for your patience!
John at Taskade
Update: We're actively working on this!
This is in development and your votes helped us prioritize it.While you wait, check out what's new:
- **Taskade Genesis** — generate AI-powered apps, agents, and workflows
- **Community Hub** — 1000+ free templates and apps
Follow our progress: Changelog | Product Updates
Thanks for your patience and for helping shape Taskade!
John at Taskade
Update: We're actively working on this!
This is in development and tracked on our roadmap. Your votes helped prioritize it.
Check out what's new:
- Taskade Genesis — generate AI apps, agents, and workflows
- Community Hub — 1000+ free templates
Follow our progress: Changelog | Product Updates
John at Taskade
marked this post as
in progress
Update: We're actively working on this!
This is now in development and tracked on our roadmap. Your votes helped us prioritize it.
While you wait, check out what's new:
- Taskade Genesis — generate AI apps, agents, and workflows
- Community Hub — 1000+ free templates and apps
Follow our progress: Changelog | Product Updates
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!