How to create ticket via gravity forms in Wordpress ?
Step 1: Create a Webhook in Automation Builder
Go to your Automation Builder Dashboard.
Click on Create New Workflow.
Select Webhook as the trigger.
Enter a name (e.g.,
demo test
) and click Save.Copy the Webhook URL that gets generated.
Step 2: Connect Gravity Forms with Webhook
In your WordPress Dashboard, go to Gravity Forms → Settings → Webhooks.
Click Add New Webhook.
Paste the Webhook URL copied from Automation Builder.
Configure other settings if needed and click Save Settings.
Step 3: Capture Incoming Data
Return to the Automation Builder, click on Capture Incoming Response.
Now go back to your website and submit a test entry through your Gravity Form using dummy data.
Once submitted, go back to the Automation Builder and click Save (your form data will now be visible and usable for mapping).
Step 4: Generate QR Ticket
In the Automation Builder, click Show All Apps.
Find and select the Ticket QR app.
Choose the action:
Create New QR
.Select an existing authentication, or create a new one by entering your ID and Password.
Fill in the required fields:
Event ID: Go to your Events page, copy the Event ID, and paste it here.
Name: Map from the captured form data.
Phone Number: Map from form data.
Email ID: Map from form data.
Click Run and Save.
A Success Message will confirm that the ticket (with QR) has been created.
Step 5: (Optional) Send Ticket via WhatsApp
Add a new step in the workflow:
Go to CRM → Send Template Message.
Select WhatsApp Channel and a pre-approved template.
Map:
Header Variable = QR Image
Body Variable 1 = Name
Body Variable 2 = Event Name (manually or via data)
Click Save & Run.
🎉 Done!
You’ve now integrated Gravity Forms with your ticketing system:
When a form is submitted,
A QR ticket is automatically generated,
And (optionally) sent via WhatsApp.
Last updated