Skip to main content

Documentation

Integrations

Connect Flowvi to WhatsApp, Email, Slack, Google Sheets, and Webhooks

Integrations

Flowvi supports multiple notification and export channels. Each form can have its own integration settings.

WhatsApp

Send instant WhatsApp messages when a form is submitted.

  1. Go to Form Settings → Integrations → WhatsApp
  2. Enter your WhatsApp Business API token and phone number ID
  3. Configure the message template using field placeholders like {name}, {email}
  4. Save and test with a sample submission

Email

Send email notifications via your own SMTP server or Brevo.

  1. Go to Form Settings → Integrations → Email
  2. Choose SMTP or Brevo
  3. Configure recipient email, subject, and body template
  4. Use {fieldName} placeholders to include submission data

Slack

Post a message to a Slack channel on each new submission.

  1. Create a Slack Incoming Webhook in your Slack workspace
  2. Add the webhook URL in Form Settings → Integrations → Slack
  3. Customize the message format

Google Sheets

Automatically append each submission as a new row.

  1. Create a Google Service Account and share your sheet with its email
  2. Add the service account credentials in Settings → Google Sheets
  3. Link the sheet in Form Settings → Integrations → Google Sheets

Webhooks

Send a POST request to any HTTP endpoint on each submission.

  1. Go to Form Settings → Integrations → Webhook
  2. Enter your endpoint URL
  3. Add custom headers if needed (e.g., Authorization: Bearer your-token)
  4. The payload includes all form field values plus metadata