Integrations
Sending lead via Webhooks
1min
leads from any serviceform tool can be sent to any endpoint in json format all you'd need to do is parse the data and save it in your database you can also use zapier webhooks to point our webhook at serviceform lead data format { "nid" "12314", "uid" "134134", "amount" 0, "pid" 143141, "seconds" 4, "referrer" "https //google com/", "website" "https //example io/", "submissionwebsite" "https //example io/example/", "customeremail" "example\@email com", "customername" "example name", "customerphone" "359450304", "source" "chatbot v2", "emailcopy" "example\@agent com", "customerfullname" "example name", "address" "example road 1 b 33" } your endpoint just needs to accept json data, and if you provide us an url we can send the data there