Webhooks - Forms

Forms

When Forms come through Analytics they can be subscribed to using a Webhook.

The following is an example of a Forms response.

Response
{ "WebhookType": 0, "Conversion": { "Id": "ffda0795-11ec-432e-aace-c9ea390b0b93", "FormCapturedDateTimeISO": "2023-10-10T07:55:27.000000", "FormUrl": "", "Payloads": [{ "Key": "Email", "Value": "<Email_Here>" }, { "Key": "Company", "Value": "Ruler Analytics" }, { "Key": "Type", "Value": "<Custom_Type_Here>" } ], "SessionCapturedDateTimeISO": "2023-10-10T07:54:32.632000", "SessionBrowser": "Chrome", "SessionOperatingSystem": "Other", "SessionDevice": "Desktop", "SessionReferrerHost": "", "SessionReferrerUrl": "", "SessionH1": "", "SessionPageTitle": "", "SessionUrl": "https://www.ruleranalytics.com/", "Identifiers": [{ "Key": "EmailAddress", "Value": "<Email_Here>" } ], "Visitor": { "Id": "d11decd2-5489-45fb-b7e9-96dc7bddfc09", "Url": "<Link_To_Vistor_Here>", "Identifiers": [{ "Key": "EmailAddress", "Value": "<Email_Here>" }, { "Key": "PhoneNumber", "Value": "<Phone_Number_Here>" } ] }, "Metrics": { "PageViewsCount": 75, "SessionsCount": 20, "AverageSessionDuration": 1046.05 }, "FirstClick": { "LandingPageUrl": "https://www.ruleranalytics.com/book-demo", "UrlQueryStrings": [], "Segments": [{ "Key": "browser", "Value": "Chrome 114.0.0" }, { "Key": "device", "Value": "Other" }, { "Key": "landing page", "Value": "www.ruleranalytics.com/book-demo" }, { "Key": "marketing channel", "V alue": "NotApplicable" }, { "Key": "marketing source", "Value": "Direct" }, { "Key": "operating system", "Value": "Windows 10" }, { "Key": "referrer", "Value": "www.ruleranalytics.com" }, { "Key": "source category", "Value": "Direct" } ] }, "LastClick": { "LandingPageUrl": "https://www.ruleranalytics.com/", "UrlQueryStrings": [], "Segments": [{ "Key": "browser", "Value": "Chrome 117.0.0" }, { "Key": "device", "Value": "Other" }, { "Key": "landing page", "Value": "www.ruleranalytics.com/" }, { "Key": "marketing channel", "Value": "NotApplicable" }, { "Key": "marketing source", "Value": "Direct" }, { "Key": "operating system", "Value": "Windows 10" }, { "Key": "source category", "Value": "Direct" } ] }, "ChronologicalTouchpointSources": ["Google Paid", "Google Organic", "Direct"], "LatestCookies": [] } }