Widgets
...
Automations
Send webhook
2 min
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 { "event" string, // click/submit, "widget" { "id" number, "name" string, "type" string, }, "visitor" { "firstname" string, "lastname" string, "email" string, "companyname" string, "companytitle" string, "phone" string, "address" string, "marketingconsent" boolean, "privacycontent" boolean, "bio" string, "referrer" string, "firstvisitpage" string, "utmsource" string, "utmcampaign" string, "utmcontent" string, "utmterm" string, "utmmedium" string, "country" string, "city" string, "region" string, "postalcode" string, "customfieldvalues" { number string } } }