Gravity Forms
Connect Gravity Forms (WordPress) to send form submissions to Finseo for attribution tracking. The Gravity Forms Webhooks Add-On POSTs each entry as JSON to your Finseo webhook URL.Requirements
- The Webhooks Add-On requires a Gravity Forms Elite (or Nonprofit) license — it is not included in Basic or Pro. Upgrades are prorated.
- A form field that captures the attribution answer (e.g. “How did you find us?”).
Get your webhook URL
- In Finseo, open Integrations → Gravity Forms → Connect.
- Copy your personal webhook URL (contains your project ID,
?source=gravity-forms, and a secret token):
Set up the webhook feed
- In WordPress, go to Forms → Add-Ons, install and activate the Webhooks Add-On.
- Edit your form → Settings → Webhooks → Add New.
- Configure the feed:
- Request URL: your Finseo webhook URL
- Request Method:
POST - Request Format:
JSON - Request Body: All fields (or select the relevant ones)
- Save the feed.
Test and map fields
- Use the live listener in the Finseo connect dialog: submit a test entry and inspect the received payload.
- Gravity Forms sends fields under numeric IDs or labels — select your attribution field under Field Mapping in the dialog.
Troubleshooting
The Webhooks Add-On doesn't appear under Add-Ons
The Webhooks Add-On doesn't appear under Add-Ons
Your license doesn’t include it — the add-on requires an Elite or Nonprofit license. Alternatively, route submissions through Zapier, Make, or n8n.
Requests fail from WordPress
Requests fail from WordPress
Some security plugins block outgoing requests. Whitelist
app.finseo.ai or check the webhook feed’s logs under Forms → Settings → Logging.