Skip to content

relizy / SlackCredentials

Interface: SlackCredentials

Defined in: src/types.ts:703

Properties

token?

optional token?: string

Defined in: src/types.ts:710

Slack Bot Token or User OAuth Token (starts with xoxb-). Required scopes: chat:write (and chat:write.public for public channels without bot invite). Env fallback: SLACK_TOKEN, RELIZY_SLACK_TOKEN. Ignored when social.slack.webhookUrl is set (webhook takes priority).

Released under the MIT License.