ClickFunnels Integration Guide
ClickFunnels has native webhook support — it can POST form data directly to Trackly.Method 1: Native Webhook (Recommended)
Step 1: Create your funnel page form
- In the ClickFunnels page editor, add or configure your opt-in form
- Include fields for: Phone Number (required), First Name, Last Name
Step 2: Configure the webhook
- Go to your funnel step Settings
- Click Integrations → Webhook
- Set the Webhook URL to:
Step 3: Add API key via custom headers
In ClickFunnels webhook settings, add a custom header:- Header Name:
X-Api-Key - Header Value:
trk_your_api_key_here
Step 4: Hidden fields for required data
Add hidden fields to your form to include data Trackly needs:- list_id: your Trackly sending list ID (integer)
- consent_text: your TCPA consent language (e.g., “By signing up, you agree to receive SMS marketing messages. Msg & data rates may apply. Reply STOP to unsubscribe.”)
Step 5: Field mapping
ClickFunnels sends form field names as-is. Use these field names in your form:phoneorphone_number→ maps to phoneNumberfirst_name→ maps to firstNamelast_name→ maps to lastNameemail→ passed through
Step 6: Test
Publish your funnel, submit a test entry, and verify the contact appears in your Trackly sending list.Method 2: Iframe Embed
- Add a Custom HTML element to your funnel page
- Paste:
Method 3: Script Tag
- Go to your funnel page Settings → Tracking Code → Footer Code
- Paste: