Zapier Integration
Connect any app to Lead Warmer using Zapier’s no-code automation platform.
Overview
Use Zapier to send leads to Lead Warmer from:
- Google Sheets
- Typeform
- Gravity Forms
- LinkedIn Lead Gen Forms
- Facebook Lead Ads
- And 5000+ other apps
Setup Instructions
Step 1: Get Your Webhook URL
- Log in to Lead Warmer
- Go to Settings > Webhooks
- Copy your webhook URL and secret
Step 2: Create a Zap
- Go to zapier.com
- Click Create Zap
- Choose your trigger app (e.g., Google Sheets, Typeform)
- Set up your trigger
Step 3: Add Webhook Action
- Search for Webhooks by Zapier
- Choose POST action
- Configure:
- URL: Your Lead Warmer webhook URL
- Payload Type: JSON
- Headers: Add
X-Signature-Keywith your secret
Payload Configuration
Map fields from your trigger to Lead Warmer:
| Field | Value |
|---|---|
email | Email from trigger |
first_name | First name from trigger |
last_name | Last name from trigger |
company_name | Company from trigger |
source | ”zapier” |
Example JSON Body
{
"email": "{{email_field}}",
"first_name": "{{first_name_field}}",
"last_name": "{{last_name_field}}",
"company_name": "{{company_field}}",
"source": "zapier",
"custom_fields": {
"form_name": "{{form_name}}",
"submission_date": "{{submission_date}}"
}
}Common Triggers
Google Sheets
Trigger when a new row is added:
- Trigger: Google Sheets > New Spreadsheet Row
- Map columns to Lead Warmer fields
Typeform
Trigger on new form submission:
- Trigger: Typeform > New Entry
- Map form fields to Lead Warmer fields
Facebook Lead Ads
Trigger on new lead:
- Trigger: Facebook Lead Ads > New Lead
- Map lead fields to Lead Warmer fields
Testing
- Click Test in Zapier
- Verify the webhook sends successfully
- Check Lead Warmer Leads page
- Confirm video generation starts
Multi-Step Zaps
Add logic before sending to Lead Warmer:
- Filter - Only send qualified leads
- Formatter - Clean up data
- Paths - Route to different campaigns
Filter Example
Only send leads with company email:
- Field: Email
- Condition: Does not contain
- Value: gmail.com, yahoo.com, hotmail.com
Error Handling
Configure error notifications:
- Go to Zap settings
- Enable error notifications
- Choose email or Slack alerts
Troubleshooting
Zap not triggering:
- Check trigger app connection
- Verify trigger conditions
- Review Zap history
Webhook errors:
- Verify URL is correct
- Check signature header
- Test with sample data
Need help? Contact support@leadwarmer.net