Wix Integration Guide
Wix has built-in automations that can POST form data directly to Trackly — no Zapier needed.Method 1: Wix Automations + Form (Recommended)
Step 1: Create a form
- In Wix Editor, add a Wix Forms element to your page
- Add fields: Phone Number (required), First Name, Last Name
- Add a consent checkbox with TCPA language: “I agree to receive SMS marketing messages from [Brand]. Msg & data rates may apply. Reply STOP to unsubscribe.”
Step 2: Set up the automation
- Go to Automations in your Wix dashboard (or CRM → Automations)
- Click + New Automation
- Trigger: Wix Forms → Form submitted → select your form
- Action: Send an HTTP request
- Configure:
- URL:
https://api.tracklysms.com/api/v2/optins/webhook - Method: POST
- Headers: Add
X-Api-Keywith your Trackly API key, andContent-Type: application/json - Body (JSON):
- URL:
- Replace
{{phone field}}etc. with the dynamic field insertions from your form - Replace
YOUR_LIST_IDwith your actual Trackly sending list ID
Step 3: Test
Submit the form yourself with your own phone number and verify the contact appears in your Trackly sending list.Method 2: Iframe Embed
- In Wix Editor, add an HTML iframe element (found under Embed → Custom Embeds → Embed a Widget)
- Click “Enter Code” and paste:
- Resize the element to fit your page layout
Method 3: Script Tag
- Go to Settings → Custom Code (requires Premium plan)
- Click + Add Custom Code
- Paste your script tag, set it to load on All pages in the Body - end position: