Hi, I have a problem using the Webhook Input on my flow. Every time I send information using the Webhook (I am sending a JSON with information in the body), but the information I send is not reflected in the flow (the Webhook Input is empty) and therefore throws an error and I cannot edit the fields with the JSON Flattener and the Column Filter.
Hey Daniel! That one can be tricky - can you make sure that you are doing the following:
- Make sure you have a Webhook Input step added to your flow
- Publish the flow
- Send a webhook to your Parabola flow webhook URL
- Click Open Editor from the published view
- The Webhook Input should have your data!
Let me know if that is not the case!
Hi Brian, I did exactly what you said and the result is the same. Attached are captures of the result.
Where are you sending data from? You may need to set a header for content-type : application/json
if the system sending it is not setting that header already.
Thanks Brian, I solved the problem, deleted and recreated the Flow and followed your instructions and it worked. Thank you very much.
2 Likes