Widgets
Automations

Send webhook

2min
this action sends an http webhook request to the given url options url this should be a valid url reachable through the internet webhook payload structure 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 } }