From 45a586e752c401d104bad36a42b3eb90169fc583 Mon Sep 17 00:00:00 2001 From: Mehmet Beydogan Date: Sat, 5 Oct 2024 09:26:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20Webhook=20test=20app=20sug?= =?UTF-8?q?gestion=20(#1813)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added section for a simple free tool for debugging webhooks easily. Hope thats ok! --- apps/docs/editor/blocks/integrations/webhook.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/docs/editor/blocks/integrations/webhook.mdx b/apps/docs/editor/blocks/integrations/webhook.mdx index 8e55c7e59..253ccee6b 100644 --- a/apps/docs/editor/blocks/integrations/webhook.mdx +++ b/apps/docs/editor/blocks/integrations/webhook.mdx @@ -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.