How to create ticket via Whatsapp bot ?
Step 1: Create a New WhatsApp Chatbot
Click the ➕ Plus icon and select WhatsApp Chatbot.
Choose the appropriate version of the chatbot.
In the Incoming Message field, type your trigger message (e.g.,
demo bot
).Click Save.
Step 2: Collect User Information
Add a Question Block to ask for the Name.
Save the response to a Custom Field (e.g.,
customer_name
).Click Save.
Add another Question Block to ask for the Email ID.
Save this response to another Custom Field (e.g.,
customer_email
).Click Save.
Add a new Question Block with Interactive Buttons.
Example options:
B2B
,Retail
,Reseller
.Ask: “Kindly select a category”.
Save the selection to a Custom Field (e.g.,
business_category
).Click Save.
Step 4: Create a Ticket & Generate QR
Add an Automation App Block.
Search and select the "Tickets" app.
Choose the "Create New QR" action.
Create a new authentication by entering your ID & Password.
Fill in the required fields:
Event ID: Go to the Event Section, copy your Event ID, and paste it here.
Name: Map from the saved custom field (
customer_name
).WhatsApp Number: Map from user input.
Email: Map from the saved custom field (
customer_email
).Custom Field 1: Map from the selected Business Category.
Click Save.
Step 5: Send the QR Code via WhatsApp
Add a Send Message Block with Image.
In the image field, click to select the QR image from the previous step.
Cut and paste the image URL into the field manually (for now).
(Note: Direct mapping option will be added soon.)
Add a message (optional) like “Here is your entry ticket with QR code.”
Click Save.
Step 6: Finalize the Workflow
Save the entire chatbot workflow.
Done! ✅
🎉 Result:
Whenever a customer sends the trigger message (demo bot
):
The bot will collect their Name, Email, and Business Category.
A ticket will be created, and a QR code will be generated.
The QR code will be sent back to the customer on WhatsApp.
Bot Flow Template
Last updated