How to set webhook and send msg from automation builder once a ticket is created / scanned ?
Step 1: Set Up Webhook in Automation Builder
Go to the Automation Builder.
Click on Webhook.
Give your webhook a name.
Click Generate to create a new webhook URL.
Copy the Webhook URL.
Step 2: Configure Webhook in the Event Platform
Go to the Event section and click on the View (eye icon) of the event.
Paste the webhook URL in the relevant webhook field.
Click Save.
Step 3: Capture Incoming Webhook Data
Return to the Automation Builder.
Click on Capture Incoming Webhook.
Go back to the Event section and create a new ticket (you can use dummy data).
Adjust fields like Yes/No for food areas (e.g., restrict dinner if not included).
Click Create to generate the ticket.
Step 4: Save Captured Data
Back in the Automation Builder, click Show Received Data.
Review the data, then click Save.
Step 5: Set Up Automation Logic
Add a Basic Router node.
Label it (e.g., "Ticket Created").
Set up a Filter to trigger when the ticket is created or the QR code is generated.
Step 6: Send WhatsApp Message
Under the Add Automation App, choose the CRM section.
Select Send Template Message.
Wait a few seconds for the templates to load.
Choose your WhatsApp channel and the pre-approved template (e.g., "Ticket Created").
Map the variables:
WhatsApp number (from the webhook data).
QR Code image (from the webhook data).
Visitor Name (from the webhook data).
Event Name (enter manually, e.g., "ABC").
Click Save.
🎉 Done!
Now, every time a new ticket is generated, the customer will automatically receive a WhatsApp message with their details and QR code.
Bot Flow Template
Last updated