Concepts
Integration vs form integration
There are two layers:- Integration — an account-level connection to a service (e.g. “My Slack workspace”). Created once, reusable across forms.
- Form integration — attaches an integration to a specific form and controls which events trigger it. One integration can be attached to multiple forms.
Events
Two events are currently supported:
Each form integration has an events list. You choose which events trigger a delivery for that form.
Payload
Every delivery sends a JSON payload with the same structure regardless of integration type:answers object maps each question node ID to the respondent’s raw answer value. Complex answers (arrays, objects) are serialised to JSON strings.
Setting up an integration
1
Create an account-level integration
Go to Integrations in the main sidebar. Click New integration, choose a type, fill in the configuration, and save.For OAuth integrations (HubSpot, Pipedrive, Google Sheets), click Connect and complete the authorisation flow.
2
Attach to a form
Open a form and go to the Connect tab in the studio. Find the integration you want to attach and click Connect.Choose which events should trigger a delivery for this form.
3
Test the connection
Click Test on any form integration to fire a test delivery immediately. The delivery log shows the result within seconds.
Delivery log
Every delivery attempt — success or failure — is recorded in the delivery log. Access it from the Connect tab or from the Integrations page. Each log entry shows:Retry
Failed deliveries can be retried manually. Click Retry on any failed log entry. A fresh delivery is queued immediately with the same payload.Integration statuses
Failure notifications
Each form integration has a Notify on failure toggle. When enabled, Feedal sends you an email alert if consecutive delivery failures exceed a threshold. The counter resets automatically on the next successful delivery.Security
- OAuth integrations (HubSpot, Pipedrive, Google Sheets) store access tokens encrypted at rest. Tokens are refreshed automatically before they expire.
- Secret fields (API keys, auth tokens) are always masked in the UI and API responses — they are never returned in plain text after saving.
- Webhooks include an
X-Feedal-Signatureheader for payload verification. See Webhooks for details.
Available integrations
Webhook
Developer
Email notification
Notification
Slack
Messaging
Zapier
Automation
Make
Automation
HubSpot
CRM
Pipedrive
CRM
Google Sheets
Spreadsheet
Airtable
Spreadsheet
Notion
Spreadsheet