A community member reported an issue with a webhook firing immediately when starting their bot, before variables (location_id, main_page, sub_page) were populated. They later discovered they had an incorrect variable value in their HTTP request, and the variables were actually populating correctly before the webhook fired.
The community member then raised a follow-up question about why the webhook fires before text blocks appear from the second group. Another community member responded by sharing a link to the Typebot documentation specifically addressing webhook execution order issues.
I'm probably just missing something silly but, my webhook fires immediately upon starting the bot, so the variables it is being sent (location_id, main_page, sub_page) are not yet populated. What am I doing wrong?
Well, I realized I had a wrong variable value being sent in the http request and that the variables ARE populating before the webhook fires. I'm still curious why the webhook fires before the text blocks appear from the second group.