How to create ticket via automations builder ?
Step 1: Capture Data via Webhook
In the Automations Builder, set up a Webhook block.
Paste your Webhook URL and click Save.
This URL will receive data (like name, number, email) when a trigger occurs (e.g., form submission, chatbot response, etc.).
Step 2: Add Ticket Creation App
Add an App Block and select the Tickets app.
Choose the action "Create New QR".
Select an existing authentication or create a new one by entering your ID and Password.
Step 3: Map Required Fields
Go to the Event Section, copy your Event ID, and paste it into the Event ID field.
Map the remaining required fields from the captured webhook data:
Name
WhatsApp Number
Email
Click Run and Save.
Wait for a Success Message indicating the ticket (and QR code) was generated.
Step 4: Send Ticket via WhatsApp
Add another block: CRM → Send Template Message.
Choose the appropriate WhatsApp Channel.
Select your pre-approved template (e.g., "Ticket Confirmation").
Map the Template Variables:
Header Variable (Image): Map the QR Code URL from the previous app step.
Body Variable 1: Map Name.
Body Variable 2: Type the Event Name manually (e.g., "XYZ").
Click Run and Save.
Step 5: Finalize the Workflow
Click Save Workflow to activate the automation.
🎉 Done!
Now, whenever data is sent to your webhook, the automation:
Creates a ticket with QR code.
Sends the ticket via WhatsApp using a template message.
Bot Flow Template
Last updated