_
Send leads from Blastform API to Zapier
🎯 General principle
When a form is submitted, the data is automatically sent to the configured URL as an HTTP POST request with information in JSON format.
Each form has its own configuration. To set it up: Settings → API Lead Configuration.
📸 Configuration interface
The API Lead Configuration page has 3 main areas:
- URL* The address to send data to (required).
- Secret key (Bearer Authentication): Used to secure the transmission (sent in headers).
- Field mapping: Correspondence between your form fields and JSON names.
- Left column: The form field (e.g. Last name, Email, Mobile phone)
- Right column: The name to be sent as JSON (e.g. name, email, mobile_phone)
- Secret key (body): Optional key sent in the request body.
💡 You can add as many mappings as you need with the + Add field button.
Blastform API To Zapier
-
When to use it? An easy alternative to Make for non-technical users.
Example configuration
- URL: https://hooks.zapier.com/hooks/catch/123456/abcdef/
- Secret key (Bearer): leave empty
Mapping (example) is identical to other cases (name, email, mobile_phone).
Steps in Zapier
- Create a Zap.
- Trigger → Webhooks by Zapier → Catch Hook → Copy URL.
- Paste this URL into your interface.
- Submit a test form → data visible in Zapier.
- Add action(s) (Mailchimp, Google Sheets, Slack...), and map fields.
Example of a payload received by Zapier
{
« nom »: « Doe »,
« email »: « contact@example.com »,
« mobile_phone »: « +12135096995
}Benefits
- Highly intuitive interface, 5000+ integrations, ready-to-use templates.
- If you still having trouble, don't hesitate to contact our support team – they will be happy to assist you free of charge.





