When a user starts a conversation with my WhatsApp bot, it will initiate a new studio flow execution.
The first widget is to call a function built in the Twilio serverless functions.
The function executes just fine and the WhatsApp quick-reply template message (created via the Twilio content API) is delivered successfully. However, there is no send and wait functionality when executing a function.
Has anyone been able to get around this?
I am basically trying to achieve the following:
- User starts a conversation using WhatsApp which initiates a studio flow execution
- Incoming message triggers a function which sends a WhatsApp quick reply template message
- User then selects one of the buttons in the template message
- Based on selection, the studio flow is split into two different journeys.
Every time the user selects a button on the quick reply template, it is treated as a new conversation, and does not continue in the same flow.