NBForms

Integrations

Route form submissions to Slack, Telegram, Google Sheets, Zapier, Make, and custom webhooks.

Integrations let you send every new submission to the tools your team already uses. They are configured per form and triggered asynchronously after a submission is accepted.

Available integrations

IntegrationWhat it does
TelegramMessage a bot or group on every submission
SlackPost to a Slack channel via an Incoming Webhook
WebhookHTTP POST the submission JSON to any URL
Google SheetsAppend a row to a Google Spreadsheet
ZapierTrigger a Zap with submission data
MakeTrigger a Make scenario with submission data

How to add an integration

  1. Open a form → Integrations tab.
  2. Click Add next to the integration you want.
  3. Fill in the required fields (API keys, URLs, etc.).
  4. Save. The integration is active immediately.

You can add multiple integrations to the same form. Each fires independently on every submission.

Credit requirement

Integrations are a credits feature. They are not available on the Free plan. Any credit purchase unlocks integrations for all forms.

Delivery

Integrations are delivered by a background worker. Delivery is at-least-once — if the remote endpoint returns an error, the worker retries with exponential back-off. The submission is stored in the dashboard regardless of whether the integration succeeds.

On this page