Talkr AI
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

  1. Go to /connectors and click Connect on Slack.
  2. Talkr shows you a redirect URI — register it in your Slack app's OAuth settings.
  3. Enter your Slack app's Client ID and Client Secret, then click Save & Authorize.
  4. 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

ActionDescriptionParameters
send_messagePost 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.

On this page