How to create ticket via Facebook bot ?
Step 1: Create Facebook Chatbot Workflow
Go to the Bot Builder section.
Click on Create Workflow.
Select Facebook Page Chatbot.
Choose the Hot Keyword trigger.
Select the appropriate Facebook Page Channel.
Enter a trigger keyword (e.g.,
demo tickets
).Click Save.
Step 2: Ask Customer for Details
Add a Question Block to ask for the Name.
Save this response to a Custom Field (e.g.,
customer_name
).
Add another Question Block to ask for the Phone Number.
Save to a Custom Field (e.g.,
customer_phone
).
Add a third Question Block to ask for the Email ID.
Save to a Custom Field (e.g.,
customer_email
).
Click Save.
Step 3: Create QR Ticket
Add an Automation App Block.
Select the Tickets App, then choose "Create New QR".
Choose an existing Authentication, or create a new one by entering your ID and Password.
Fill in Required Fields:
Event ID:
Go to the Events Section, copy the Event ID, and paste it here.
Name: Map from
customer_name
custom field.Phone Number: Map from
customer_phone
.Email ID: Map from
customer_email
.
Click Run and Save.
Once you receive a Success Message, click Save.
Step 4: Send QR Ticket via Messenger
Add a Send Message Block with Image.
Customize your message:
Title: “🎟 Your QR Ticket”
Subtitle: “Show this QR code at the entry”
Image: Map the QR Code URL from the previous ticket step.
Click Save.
Step 5: Save the Workflow
Click Save Workflow to activate the bot.
🎉 Result:
Now, whenever a user sends the trigger keyword (e.g., demo tickets
) to your Facebook Page:
The chatbot will collect their details,
Automatically generate a ticket with a QR code,
And send the QR ticket directly to their Facebook DM.
Bot Flow Template
/products/bot/flow/7836acee4748f3c11a277d3638979a13
Last updated