I am building a flow on Make.com integrated with WhatsApp Business Cloud. The final goal is to capture the user’s interaction with a quick reply button (“I want to receive”) from a message template and, based on this response, send a personalized message to the user.
Current flow:
- The Webhook (Make.com) receives an initial POST.
- The flow sends the user a message template with the “I want to receive” button through WhatsApp Business Cloud.
- When the user clicks the button, the quick reply message “I want to receive” is sent.
What I need to configure:
• Based on the received message text (“I want to receive” on this example), I need the initial webhook that started the flow to capture the response and send a return according to that text.
Note: I am considering using Webhooks (Make.com) to capture the response but am open to other possible approaches.
Main Questions:
- How can I create the automation continuation from this quick reply?
- Do I need to configure a new webhook, or can I replicate and reuse the one already configured (since the continuation response is within this same webhook)?