Webhook Integration
Send leads automatically to your CRM or email service via webhooks.
Steps
- Open Lead Form settings
- Enable 'Webhook Integration'
- Enter your webhook URL (from Zapier, Make, etc.)
- Select HTTP method: POST (recommended) or GET
- Configure payload format: JSON or Form-encoded
- Add custom headers if needed (API keys)
- Test webhook with sample data
- Monitor webhook status in logs
Common Issues & Solutions
Verify URL is correct. Check if service is online.
Add API key to headers. Check authentication method.
Match payload format to receiving service requirements.
