Slack
Post a Slack message for every new form submission.
The Slack integration posts a message to a Slack channel using an Incoming Webhook URL.
Required fields
| Field | Description |
|---|---|
| Incoming Webhook URL | The webhook URL from your Slack app. Format: https://hooks.slack.com/services/… |
Setup
1. Create a Slack app with an Incoming Webhook
- Go to api.slack.com/apps and click Create New App → From scratch.
- Give it a name (e.g. "NBForms") and pick your workspace.
- In the left sidebar, click Incoming Webhooks and toggle it On.
- Click Add New Webhook to Workspace.
- Choose the channel you want to post to and click Allow.
- Copy the Webhook URL that appears.
2. Add the integration
- Open your form → Integrations → Add next to Slack.
- Paste the webhook URL.
- Save.
What the message looks like
Each Slack message includes the form name, a timestamp, and all submitted field values formatted as an attachment with key–value pairs.