Zapier webhook

In order to update Leads in LeadBoxer with data from other tools you can use the Zapier web-hooks feature.

For reference, check out the technical documentation on how-to Submit data to LeadBoxer by URL

Step One: setup your trigger with Zapier

Step Two: set-up Zapier web-hook as action with the GET option

Step Three: add the base url: eg

https://log.leadboxer.com/?si=your-dataset-id&proxy=true

NOTE: you will need to 'build' the URL and add your key value pairs as parameters like this:

Step Four: Leave all other fields to their default value and test.

If you do not provide a userID, we will try to merge the event with an existing user with the same email address.

Updating existing users where email is not known

If you would like to update existing 'Anonymous' users or leads, you need to provide the LeadBoxer user ID

You can get the LeadBoxer user ID by reading this from the Cookie, with the following javascript function:

ot_uid();

Here is an example from the console

You need to pass this user ID to webhook as a value for uid eg

uid = 1606468777834.459913894

Last updated