How to create ticket via Instagram bot ?
✅ Step-by-Step Instructions
Step 1: Create an Instagram Chatbot Workflow
Go to the Bot Builder section.
Click on Create Workflow.
Select Instagram Chatbot and choose Hot Keyword.
Select the appropriate channel and version.
Enter the trigger keyword (e.g.,
free ticket
) and click Save.
Step 2: Collect Customer Details
Add an Ask Question Block to collect Name.
Save the response to a Custom Field (e.g.,
user_name
).
Add another Ask Question Block to collect Mobile Number.
Save to a Custom Field (e.g.,
user_mobile
).
Add a third Ask Question Block to collect Email ID.
Save to a Custom Field (e.g.,
user_email
).
Step 3: Ask Users to Follow You on Instagram
Add an Ask Question Block with Interactive Button.
Message: "Get free entry by following us on Instagram!"
Add a Button: "I’ve Followed"
Paste your Instagram Profile Link above or within the message.
Step 4: Check if the User Follows You
Add a Check Follower Status Block.
This block will detect whether the user is following your Instagram page.
Step 5A: If the User Is a Follower – Create and Send Ticket
Add an Automation App Block.
Select the Tickets App → Create New QR.
Choose or add a new Authentication (enter your ID & Password).
Fill in the required fields:
Event ID: Go to Event Section, copy the Event ID, and paste here.
Name: Map from the
user_name
custom field.WhatsApp Number: Map from
user_mobile
.Email: Map from
user_email
.
Click Run and Save once the QR is successfully generated.
Add a Send Message Block with Image:
Use a Custom Instagram Template.
Header Type: Image → Map the QR Code.
Title: “🎟 Your QR Ticket”
Subtitle: “Show this QR code at the entry”
Click Save.
Step 5B: If the User Has NOT Followed You
Add a Go To Block.
Redirect the user back to Step 3 (where they are prompted to follow your Instagram).
This creates a loop until they follow you.
Step 6: Save and Activate the Workflow
Click Save Workflow to publish it.
🎉 Result:
When a user sends the trigger message:
They provide name, mobile number, and email.
They are asked to follow you on Instagram.
If they follow you ✅ → they get a free QR ticket in DM.
If not ❌ → they’re redirected to follow you again.
Bot Flow Template
Last updated