Issue with webhooks #1010
-
Hi guys, Currently having an issue with webhooks triggers: seams quite simple but I must be doing something wrong. Have a very simple workflow as per bellow Webhook trigger -> Shuffle tools (repeat back to me: "hello world") Performing a "curl" in order to test the trigger curl -XPOST -k https:///api/v1/hooks/webhook_xxx-xxx-xxx --data '{"test": "testing"}' As per Shuffle logs workflow should be executed: 2023/01/04 15:56:35 [INFO] Found ID xxxc-xxx-xxx for hook While in shuffle GUI I don't have the result expected i.e. workflow running with "hello word" as output… simply nothing happens… Am I doing something wrong? Sorry to bother you guys for an apparently simple question but, a ny help would be highly appreciated. Thanks, Fred |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Heyo! It does indeed look like the webhook itself is working. Do you not see the executions in the workflow itself when looking at workflow executions (click the running person button on the bottom)? |
Beta Was this translation helpful? Give feedback.
Heyo!
It does indeed look like the webhook itself is working. Do you not see the executions in the workflow itself when looking at workflow executions (click the running person button on the bottom)?
All this kind of stuff runs in the background on purpose, but we are working on helping you understand better whether any executions have happened from webhooks.