From b6798cbb106d63d7a55dfc9753228bb55a7f993a Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sun, 23 Aug 2026 18:37:49 -0700 Subject: [PATCH] docs(slack): use canonical postAs key (#128448) --- docs/channels/slack.md | 2 +- docs/gateway/config-channels.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/channels/slack.md b/docs/channels/slack.md index d69c0134588f..aecba8f4c41b 100644 --- a/docs/channels/slack.md +++ b/docs/channels/slack.md @@ -1959,7 +1959,7 @@ Primary reference: [Configuration reference - Slack](/gateway/config-channels#sl -- mode/auth: `identity`, `mode`, `botToken`, `appToken`, `userToken`, `signingSecret`, `webhookPath`, `accounts.*` +- mode/auth: `postAs`, `mode`, `botToken`, `appToken`, `userToken`, `signingSecret`, `webhookPath`, `accounts.*` - DM access: `dm.enabled`, `dmPolicy`, `allowFrom` (legacy: `dm.policy`, `dm.allowFrom`), `dm.groupEnabled`, `dm.groupChannels` - compatibility toggle: `dangerouslyAllowNameMatching` (break-glass; keep off unless needed) - channel access: `groupPolicy`, `channels.*`, `channels.*.users`, `channels.*.requireMention`, `implicitMentions.*` diff --git a/docs/gateway/config-channels.md b/docs/gateway/config-channels.md index a11c7454305e..1fba0940409b 100644 --- a/docs/gateway/config-channels.md +++ b/docs/gateway/config-channels.md @@ -466,7 +466,7 @@ WhatsApp runs through the gateway's web channel (Baileys Web). It starts automat - **Socket mode** requires both `botToken` and `appToken` (`SLACK_BOT_TOKEN` + `SLACK_APP_TOKEN` for default account env fallback). - **HTTP mode** requires `botToken` plus `signingSecret` (at root or per-account). -- **User identity** (`identity: "user"`) posts and reads as the authorizing human. It requires `userToken` plus `appToken` in Socket Mode, or `userToken` plus `signingSecret` in HTTP mode. No bot token or bot user is required. See [User identity](/channels/slack#user-identity-post-as-a-real-person) for user scopes and event subscriptions. +- **User identity** (`postAs: "user"`) posts and reads as the authorizing human. It requires `userToken` plus `appToken` in Socket Mode, or `userToken` plus `signingSecret` in HTTP mode. No bot token or bot user is required. See [User identity](/channels/slack#user-identity-post-as-a-real-person) for user scopes and event subscriptions. - Slack detects Enterprise Grid org-wide installations automatically from the bot token with `auth.test`; no installation-mode setting is required. Enterprise DMs support `disabled`, `open`, `allowlist`, and workspace-scoped