Skip to content

Commit

Permalink
📝 Add Webhook test app suggestion (#1813)
Browse files Browse the repository at this point in the history
Added section for a simple free tool for debugging webhooks easily. Hope
thats ok!
  • Loading branch information
beydogan authored Oct 5, 2024
1 parent d3a8694 commit 45a586e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/docs/editor/blocks/integrations/webhook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ By default, the Webhook block will wait 10 seconds for the 3rd party service to

The Webhook block request fail or didn't seem to trigger? Make sure to check the [logs](/results/overview#logs). If you still can't figure out what went wrong, shoot me a message using the chat button directly in the tool 👍

You can use tools like [Webhook Tester](https://webhook-test.com/) to see payloads of webhooks for debugging and troubleshooting.

### Webhook is not executed in the right order?

That is expected, Typebot actually computes all the blocks between each input blocks from a server before displaying anything.
Expand Down

0 comments on commit 45a586e

Please sign in to comment.