Failed to deserialize form body on twilio POSTs to Windmill intake webhook
Windmill version: CE v1.208.0-12-gd82027cbf
Webhook: https://windmill.redacted.dev/api/w/home/jobs/run_wait_result/f/f/twilio/twilio_intake?token=redacted
I have twilio setup to post to a webhook trigger in a flow.
Twilio sends texts as x-www-form-urlencoded payloads.
I am seeing the following error response from Windmill on POST:
Failed to deserialize form body: invalid type: map, expected option
I can reproduce this behavior in Postman.
Sample payload:
9 Replies
Interesting, can you try in postman with removing ToZip and Tocity which are empty
if that solves the issue then I likely can fix this quick
Same results
can you export that as a curl command, I can give it a try to solve it soon
Added back in the empty values
thanks!
A buddy has the same setup that is functioning but is running CE v1.179.1-1-g9f88809e
👍
it's fixed in very latest
Confirmed successful! Thanks!