Connectors
Slack
Post messages to a Slack channel from a live call.
The Slack connector lets your voice agents post a message to a Slack channel directly from a conversation, using your organization's own Slack workspace.
Connect it
- Go to /connectors and click Connect on Slack.
- Talkr shows you a redirect URI — register it in your Slack app's OAuth settings.
- Enter your Slack app's Client ID and Client Secret, then click Save & Authorize.
- You're redirected to Slack's consent screen. Approve access, and you're returned to Talkr connected.
You need your own Slack app — Talkr does not provide a shared app. Create one at api.slack.com/apps if you don't have one yet, with the chat:write scope.
Actions
| Action | Description | Parameters |
|---|---|---|
send_message | Post a message to a Slack channel. | channel (required) — channel name like #support or channel ID; text (required) |
Attach this to a workflow node like any other tool — see Tools for how tool attachment and invocation work.
Example
A sales agent posts a send_message to #hot-leads with the caller's name and interest as soon as they qualify as a strong lead, so the sales team can follow up immediately.