TownHall + Zapier Integration
Connect TownHall to 5,000+ apps through Zapier. Automate workflows, sync data, and build powerful integrations without code.
Features
How to set up
Create a Zap
In Zapier, create a new Zap with 'Webhooks by Zapier' as the trigger (Catch Hook).
Copy Webhook URL
Zapier will provide a unique webhook URL. Copy this URL.
Add to TownHall
Paste the Zapier webhook URL in your TownHall form's webhook settings.
Test and Configure
Submit a test form, then configure your Zap actions based on the received data.
Code example
// Example: Send form data to Zapier
// Zapier receives this payload:
{
"event": "submission.created",
"form": { "id": "abc123", "name": "Contact Form" },
"submission": {
"id": "xyz789",
"data": {
"name": "John Doe",
"email": "john@example.com",
"message": "Hello!"
}
}
}Use cases
Related integrations
Make (Integromat)
Build sophisticated automations with Make (formerly Integromat). Create multi-st...
storageGoogle Sheets
Automatically log all form submissions to Google Sheets. Create a live database ...
automationCustom Webhooks
Send form submissions to any URL. Build custom integrations, trigger serverless ...