Connect your AI to Slack

Slack is where most teams already look, which makes it the default destination for anything an agent wants a human to notice. The pipe posts through an incoming webhook or a bot token held server-side, so the agent composes the message and never handles the credential. Worth knowing before you wire it: Slack rejects a malformed blocks payload with a 200 and an error string in the body, so read the receipt rather than trusting the status code.

The credential never enters the model context: it lives in the FlurryPORT secret store, deliveries are signed server-side, and every send returns a receipt your agent can quote.

Auth model
static_header
Suggested secret
SLACK_BOT_TOKEN
Scopes
Bot token (xoxb-) with chat:write; or an incoming-webhook URL as the secret.
Provider docs
https://api.slack.com/messaging/webhooks

Recipes for Slack

flurryport:slack-postdelivery

Let your AI post to Slack without ever seeing the bot token.

More in Messaging