Welcome to the Go High Level Webhook Registration tutorial for AEvent! In this step-by-step guide, we'll walk you through the process of setting up a GHL webhook to register a lead for an AEvent timeline. This feature allows you to automatically sign up new buyers for webinars as soon as they make a purchase.
Step 1: Complete our API registration request form to obtain your API Secret.
⚠️ NOTE ⚠️
You must submit a form request for API Registration key in order to use this feature. Please be as detailed as possible in your request to expedite approval.
Step 2: Obtain your Campaign ID, Tenant ID, and Registration URL
Once we submit the form, and support has replied with our Secret Key, we must retrieve our Campaign ID and Tenant ID from AEvent.
Login to your AEvent account, and open the campaign you're working with.
Once open, to get the Campaign ID, look for it in the address bar of your browser, it's the value after the final slash.
Copy the Campaign ID and paste it in your Notepad doc. This is your 'wtl'.
https://app.aevent.com/#/campaigns/vfBsHe5ROenhhMO
Your Tenant ID was sent to you by our Messenger Bot when you first visited this tutorial. This is your Tenant ID; please use this value.
Alternatively, you can locate your Tenant ID under your User Account settings within AEvent.
For the sake of this tutorial, our Tenant ID is 1234567890.
Using the URL below, replace TENANT_ID for your Tenant ID, your Campaign ID (WTL) replaces the XXXXXX after wtl=, and your Secret Key (provided by support), also replacing the XXXXXX after secret=.
https://TENANT_ID.aevent.online/api-registration?wtl=XXXXXX&secret=XXXXXX
Based upon our example and the values obtained above, my registration URL would be:
Step 3: Setup a Webhook API Registration from your Active Campaign Automation
Login to your Active Campaign account, and open the automation you are building.
Click on the node (+ symbol) to create a new action.
The “Webhook” action in an automation is located under “Conditions and Workflow.”
To add this action to your automation:
Select “Conditions and Workflow”
Select “Webhook”
Enter the URL to post to (from the previous step).
After entering your URL, click 'Save'.
Your Webhook Registration has now been set up. Make sure to save your automation.
Before running any tests, it's imperative that you have scheduled your campaign and that there are upcoming events related to it.
Need help scheduling your campaign? Head over HERE for our full scheduling tutorials.