Updated 03 Mar 2023


Did this page help you?
This action sends an HTTP webhook request to the given URL.
URL - This should be a valid URL reachable through the internet.
The webhook's payload is a JSON object containing information about the event and the visitor.
{ "widgetId": Number, "event": String - click/submit, "visitorData": Object { "firstName": String, "lastName": String, "email": String, "companyName": String, "companyTitle": String, "phone": String, "address": String, "marketingConsent": Boolean, "privacyContent": Boolean, "bio": String, "initialReferrer": String, "utmSource": String, "utmCampaign": String, "utmContent": String, "utmTerm": String, "utmMedium": String, "entryPage": String, "firstVisitDate": String, "country": String, "city": String, "region": String, "postalCode": String, Number: String - Custom fields are serialized with the custom field id as the key } }