Integrations
Flowvi supports multiple notification and export channels. Each form can have its own integration settings.
Send instant WhatsApp messages when a form is submitted.
- Go to Form Settings → Integrations → WhatsApp
- Enter your WhatsApp Business API token and phone number ID
- Configure the message template using field placeholders like
{name},{email} - Save and test with a sample submission
Send email notifications via your own SMTP server or Brevo.
- Go to Form Settings → Integrations → Email
- Choose SMTP or Brevo
- Configure recipient email, subject, and body template
- Use
{fieldName}placeholders to include submission data
Slack
Post a message to a Slack channel on each new submission.
- Create a Slack Incoming Webhook in your Slack workspace
- Add the webhook URL in Form Settings → Integrations → Slack
- Customize the message format
Google Sheets
Automatically append each submission as a new row.
- Create a Google Service Account and share your sheet with its email
- Add the service account credentials in Settings → Google Sheets
- Link the sheet in Form Settings → Integrations → Google Sheets
Webhooks
Send a POST request to any HTTP endpoint on each submission.
- Go to Form Settings → Integrations → Webhook
- Enter your endpoint URL
- Add custom headers if needed (e.g.,
Authorization: Bearer your-token) - The payload includes all form field values plus metadata