Hello,
I am setting up a webhook flow for some stuff I’m working on. The webhook sends instantly and was easy to set up, which is nice..
But I am a bit confused – it appears that flows use application/x-www-form-urlencoded
and not JSON. Is there any way to configure it to use JSON instead? Is there a reason why it doesn’t use JSON that I should be aware of?
Thank you.