Sources: Streaming
ClickFunnels (Streaming)
ClickFunnels is an online marketing and sales funnel builder that simplifies the process of creating, customizing, and managing sales funnels for businesses without requiring extensive technical expertise.
By connecting ClickFunnels to your ProxyHook account you can easily store activity into your datawarehouse including form submissions or contacts created
Connecting ClickFunnels
To integrate ClickFunnels into your ProxyHook account follow these steps:
- Create a new source within ProxyHook and select 'ClickFunnels'. Grab the unique endpoint provided.
- Log into your ClickFunnels account (https://clickfunnels.com) and select Settings > Webhooks > Add New Endpoint
- Specify the endpoint from step 1 within the 'URL' section. Check any type of notifications you'd like to receive.
Sample Payloads
Form Submission
{
"anonymousId": "97df4adc-3231-41d4-9e69-63831c812ee6",
"channel": "web",
"context": {
"app": {
"name": "Proxyhook Webhook SDK",
"version": "1.7.0"
},
"os": {},
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"
},
"event": "webhook",
"messageId": "815dcc9f-f587-4cfc-8d1d-0557b5bbf1d3",
"originalTimestamp": "2024-01-23T20:46:36.282Z",
"properties": {
"data": {
"id": "12392971",
"type": "form_submission",
"attributes": {
"id": 12392971,
"data": {
"path": "optin-page",
"action": "submit",
"contact": {
"name": "Test Regitration",
"email": "[email protected]"
},
"purchase": {
"process_new_order": "true"
},
"controller": "user_pages/workflows/steps/show_page_steps"
},
"page_id": 10042758,
"contact_id": 195589153,
"created_at": "2024-01-23T20:46:35.999Z",
"updated_at": "2024-01-23T20:46:36.055Z",
"workspace_id": 214917
}
},
"event_id": "1e936510-7207-4c7c-b675-a5fd28ef3491",
"event_type": "form_submission.created",
"subject_id": 12392971,
"subject_type": "FormSubmission"
},
"proxyHookID": "37e22bf0-aaa5-476f-b643-23256b5dec61",
"sentAt": "2024-01-23T20:46:36.282Z",
"type": "track"
}
New Contact Created
{
"anonymousId": "51246456-e722-4ee5-89d0-281b6eeceb85",
"channel": "web",
"context": {
"app": {
"name": "Proxyhook Webhook SDK",
"version": "1.7.0"
},
"os": {},
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"
},
"event": "webhook",
"messageId": "864701bd-4777-45ca-b4fc-d47aa40e77a2",
"originalTimestamp": "2024-01-23T20:46:35.940Z",
"properties": {
"data": {
"id": 195589153,
"tags": [],
"uuid": "caa08760c6eaf9da644f88dde065c486",
"fb_url": null,
"anonymous": 0,
"last_name": "Regitration",
"public_id": "wgOqOLQ",
"time_zone": null,
"created_at": "2024-01-23T20:46:35.782Z",
"first_name": "Test",
"updated_at": "2024-01-23T20:46:35.782Z",
"twitter_url": null,
"website_url": null,
"linkedin_url": null,
"phone_number": null,
"workspace_id": 214917,
"email_address": "[email protected]",
"instagram_url": null,
"unsubscribed_at": null,
"last_notification_email_sent_at": null
},
"event_id": "50118506-ac6e-4ff9-9ee8-90645663442d",
"event_type": "contact.created",
"subject_id": 195589153,
"subject_type": "Contact"
},
"proxyHookID": "6eeea741-1058-4a5a-b7e4-1c2df00744eb",
"sentAt": "2024-01-23T20:46:35.940Z",
"type": "track"
}