openclaw/docs/channels
Josh Lehman a139d35fa2
feat(slack): add userToken for read-only access to DMs and private channels (#981)
- Add userToken and userTokenReadOnly (default: true) config fields
- Implement token routing: reads prefer user token, writes use bot token
- Add tests for token routing logic
- Update documentation with required OAuth scopes

User tokens enable reading DMs and private channels without requiring
bot membership. The userTokenReadOnly flag (true by default) ensures
the user token can only be used for reads, preventing accidental
sends as the user.

Required user token scopes:
- channels:history, channels:read
- groups:history, groups:read
- im:history, im:read
- mpim:history, mpim:read
- users:read, reactions:read, pins:read, emoji:read, search:read
2026-01-16 00:11:33 +00:00
..
discord.md feat(date-time): standardize time context and tool timestamps 2026-01-15 22:27:06 +00:00
grammy.md refactor!: rename chat providers to channels 2026-01-13 08:40:39 +00:00
imessage.md docs: document DM history limits (#883) 2026-01-15 02:22:29 +00:00
index.md feat: add matrix channel plugin 2026-01-15 08:40:37 +00:00
location.md refactor!: rename chat providers to channels 2026-01-13 08:40:39 +00:00
matrix.md feat: offer local plugin install in git checkouts 2026-01-15 09:07:48 +00:00
msteams.md docs: document DM history limits (#883) 2026-01-15 02:22:29 +00:00
signal.md docs: document DM history limits (#883) 2026-01-15 02:22:29 +00:00
slack.md feat(slack): add userToken for read-only access to DMs and private channels (#981) 2026-01-16 00:11:33 +00:00
telegram.md fix: handle Telegram General topic thread params (#848) (thanks @azade-c) 2026-01-16 00:08:56 +00:00
troubleshooting.md docs: clarify Telegram IPv6 DNS troubleshooting 2026-01-15 07:23:28 +00:00
whatsapp.md fix: document WhatsApp read receipts toggle (#882) (thanks @chrisrodz) 2026-01-15 06:22:33 +00:00
zalo.md docs: expand Zalo overview + add longmaba 2026-01-15 06:26:55 +00:00