The Webhook block allows you to pause the conversation until a provided webhook URL is called. This can be useful if you want to execute a long-running action that can take several minutes to complete.Documentation Index
Fetch the complete documentation index at: https://docs.typebot.com/llms.txt
Use this file to discover all available pages before exploring further.
URLs
Test
- Web:
- WhatsApp:
{phone} is your phone number on which you test the bot. For example, if you provided +33 601 020304, {phone} should be 33601020304, no spaces, no +.
Production
No matter the environment, the webhook URL will be the same:{resultId} is the current user result ID. You can get this ID directly in your typebot flow using a Set variable block with the Result ID value.