Disable Typebot from starting in WhatsApp immediately
I have the evolution-api and typebot connected to it. Is there any way to activate n8n first and then typebot ?
I'm trying to do a few things here but typebot always jumps ahead
If I can make typebot wait for n8n to process evolution's webhook first, I would be able to validate the database before
11 Replies
Evolution is not officially supported by Typebot! We can't help
Maybe this can also help you: https://docs.typebot.io/editor/blocks/integrations/webhook#webhook-is-not-executed-in-the-right-order
Typebot Docs
HTTP Request - Typebot Docs
It didn't meet what I needed. If there is an endpoint to pause the typebot it would help
@luisfernando_lbi why you need pause the typebot ?
To prevent him from sending WhatsApp messages before the database is filled with correct information by n8n
¨him¨ you mean user or typebot ?
Typebot
I think if you insert a pause block after the N8N request you can solve this
There are examples of how to do it

Thank you!
Vou tentar aplicar dessa maneira para ver o funcionamento!