The Webhook block is often confused with the HTTP Request block.
- Use the Webhook block when you want Typebot to pause and wait until an external service calls back Typebot.
- Use the HTTP Request block if you want Typebot to immediately call an API or trigger a N8N scenario, etc. and get a response back.
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.