Workflow works When Triggered in Retool UI but not via web hook

So my Retool workflow works perfectly when I'm in the UI, editing it. But when I copy the web hook Curl request and fire it via the terminal I get:

{"error":true,"message":"Internal server error"}

Nothing in the logs that can help at all...

Hey mawdo81,

Could you try triggering webhook via RESTQuery (restapi) - reference the example below.

Let me know if this helps.

1 Like

Right, playing around, it doesn't like the --data 'null' flag. Of course I didn't think to take that out given that I have no data to pass!