Connect Slack to send real-time notifications and call summaries to your team’s channels.Documentation Index
Fetch the complete documentation index at: https://docs.nedzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
What it does
- Call notifications — Post updates to a channel when calls complete
- Workflow messages — Send custom messages to Slack from any workflow
- Variable substitution — Include contact details and call data in messages
- Channel selection — Pick which channel to post to per workflow
How to connect
- Go to Settings > Integrations in your dashboard
- Find Slack and click Connect
- Sign in to your Slack workspace and authorize access
- You’ll be redirected back to the dashboard once connected
Using in workflows
Add a Slack Message node to any workflow:- Select the Slack channel to post to
- Write your message — use variables like
{{first_name}},{{phone}}, or any trigger data - The message is sent when the workflow reaches that step
Available variables
You can use these variables in your Slack messages:| Variable | Description |
|---|---|
{{first_name}} | Contact’s first name |
{{last_name}} | Contact’s last name |
{{email}} | Contact’s email |
{{phone}} | Contact’s phone number |
{{variable_name}}.
Channel access
After connecting, Nedzo can post to:- Public channels — Nedzo automatically joins the channel when posting
- Private channels — You need to manually invite the Nedzo app to the channel using
/invitein Slack
Token refresh
Slack tokens expire periodically. Nedzo automatically refreshes them in the background. If a refresh fails, the integration will show a Reconnect prompt in your dashboard — just click it to re-authorize.Permissions
Nedzo requests the following Slack permissions:- chat:write — To post messages to channels
- channels:read — To list available public channels
- channels:join — To join public channels when posting
- groups:read — To list private channels you’ve invited Nedzo to
Disconnecting
- Go to Settings > Integrations
- Click Disconnect on the Slack card
