π₯ Loom Video Tutorials
Make.com Webhook Tutorial
Loom video π https://www.loom.com/share/094ef8280496405d864b9c43b04393af
Zapier Webhook Tutorial
Loom video π https://www.loom.com/share/a1cc8bd2850e473ca01bf439e0aa8c2b
π What Are Webhooks?
Webhooks allow FitMetrics to send AI Form submission data instantly to external tools such as:
π Google Sheets
π¬ Slack
π§© Make.com
π§° Zapier
π CRMs (HubSpot, Salesforce, GoHighLevel)
π₯οΈ Your own API endpoint
This happens automatically and in real-time whenever a client submits a form.
π― Two Ways to Set Up Webhooks
Method 1 β AI Form Settings (Recommended)
Best for 90% of setups.
Simple
One webhook per form
Easy to maintain
No complex logic needed
Method 2 β Automations (Advanced Only)
Use only when you need:
Webhook plus multiple actions
Complex workflows
Tag-based logic
Multi-step onboarding flows
β CRITICAL WARNING: Avoid Double Webhooks
Never enable webhooks in both places for the same form.
β Wrong (creates two webhook calls per submission)
Webhook ON in AI Form Settings
Webhook action ALSO added inside an Automation
β Right (choose one)
Option A β Recommended:
β Enable webhook in AI Form Settings
β Do not add webhook action in Automations
Option B β Advanced:
β Disable webhook in AI Form Settings
β Add webhook action inside Automation
π Method 1: AI Forms Settings (Recommended)
Step 1 β Create a Webhook URL
Using Make.com
(Full tutorial: https://www.loom.com/share/094ef8280496405d864b9c43b04393af)
Go to Make.com
Click Create a new scenario
Add a module β search Webhooks
Choose Custom Webhook
Click Add
Name it
Click Save
Copy your Webhook URL
Using Zapier
(Full tutorial: https://www.loom.com/share/a1cc8bd2850e473ca01bf439e0aa8c2b)
Go to Zapier.com
Click Create Zap
Trigger β search Webhooks by Zapier
Choose Catch Hook
Click Continue
Copy your Webhook URL
Step 2 β Enable Webhook in FitMetrics
Go to AI Forms
Select the form
Click βοΈ Settings
Scroll to Webhook Integration
Toggle ON
Paste your webhook URL
Click Save Settings
Done!
Step 3 β Test the Webhook
Make.com
Click Run Once
Submit test form in FitMetrics
Data appears instantly in Make.com π
Zapier
Click Test Trigger
Submit test form
Click Test Trigger again
Zapier loads your data π
Step 4 β Add Your Actions
Make.com Modules
Google Sheets β Add Row
Slack β Send Message
Gmail β Send Email
HTTP Module β Call your API
Router β Split logic
Zapier Actions
Google Sheets β Create Row
Slack β Send Channel Message
Email β Send Email
CRM β Create Contact
Webhooks β POST to your API
Step 5 β Use the Form Data
Always use fields β clean, automation-friendly names.
Example (Google Sheets mapping):
{{fields.first_name}}{{fields.last_name}}{{fields.email}}{{fields.current_weight.value}}{{fields.primary_goal}}
π Webhook Delivery Logs
For every submission:
You can see:
Success
Failures
Auto-retries
Error messages
Manual Retry button
π Full Make.com Example (Google Sheets)
Create scenario in Make.com
Add Custom Webhook
Copy URL β paste into FitMetrics
Run Once β Submit test form
Add Google Sheets β Add Row
Map fields
Test again
Turn scenario ON
π Full Zapier Example (Slack Notification)
Create Zap
Trigger β Webhooks β Catch Hook
Copy URL β paste into FitMetrics
Test Trigger
Add Slack β Send Channel Message
Map fields
Test β Publish
β οΈ Method 2: Automations (Advanced)
Use only if you need to:
Assign program + send webhook
Send messages + send webhook
Move stage + send webhook
Run multiple actions together
Setup:
Automations β Create
Trigger: AI Form Submission
Add actions
Add Send Webhook Response
Paste URL
Save & Activate
Do NOT enable webhook in form settings.
π« How to Prevent Duplicate Webhooks
Check BOTH places:
1. Form Settings
Is "Webhook Integration" ON?
2. Automations
Do you have an automation with a webhook action for this same form?
If both are enabled, turn one OFF.
π¨ Troubleshooting
Webhook not firing
Webhook disabled?
Wrong URL?
Did you save settings?
Did you submit after enabling?
Make.com not receiving
Did you click Run Once?
Scenario ON?
Duplicate rows/messages
Double webhook enabled β turn one off
Webhook failed
Check errors in Webhook Delivery Logs
Fix issue
Click Retry
π‘ Best Practices
Always test with real sample data
Use
fieldsfor clean mappingsStart simple (Google Sheets first)
Build more actions later (Slack, CRM, email)
Name your scenarios clearly
Document where each form sends data
Monitor webhook deliveries weekly
β FAQ
Q: Can I send data to multiple tools?
Yes β Make.com or Zapier can split data into unlimited destinations.
Q: Do webhooks work for all forms?
Yes β enable individually per form.
Q: Are past submissions sent retroactively?
No β only new submissions after enabling.
Q: Which is better: Make.com or Zapier?
Make.com β More powerful & cheaper
Zapier β More beginner-friendly
Q: Does FitMetrics retry failed webhooks?
Yes β auto-retries + manual retry available.
π Quick Setup Checklist
β Create webhook URL
β Paste into AI Form Settings
β Submit test form
β Verify in Make.com/Zapier
β Add actions
β Test end-to-end
β Turn automations/scenarios ON






