Add Events

Events (aka webhooks) will let you set a trigger point (lead captured, sale completed, sale declined, etc.) where various data can be sent to an offsite URL of your choice.

From here you can use that data however you see fit.

To get started, click on "Events" in your left-hand menu, followed by the orange "Add Event" button in the top right.

From here you'll see a popup.

Set a name for your event, and select the type of trigger.

Next, pick whether this will be a GET or POST method and if you wish for their to be a delay before the data is sent (in minutes).

Next, enter the URL where the data is to be sent.

And finally, what parameters/values should actually be sent. Parameters can be whatever you want (i.e. best practice would be order_id for the Order ID value).

Then select which value should be appended to the the parameter.

You can add as many parameter/value pairs as you wish.

Lastly, add any custom headers you may want (for authentication, etc.). in the Header name and Header value input boxes. When you are finished, click the "Create Event" button.

Last updated