Skip to content

Commit 837b7b4

Browse files
committed
Docs: add Slack typing reaction fallback
1 parent 6859619 commit 837b7b4

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

docs/channels/slack.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,21 @@ Resolution order:
321321
Notes:
322322

323323
- Slack expects shortcodes (for example `"eyes"`).
324-
- Use `""` to disable the reaction for a channel or account.
324+
- Use `""` to disable the reaction for the Slack account or globally.
325+
326+
## Typing reaction fallback
327+
328+
`typingReaction` adds a temporary reaction to the inbound Slack message while OpenClaw is processing a reply, then removes it when the run finishes. This is a useful fallback when Slack native assistant typing is unavailable, especially in DMs.
329+
330+
Resolution order:
331+
332+
- `channels.slack.accounts.<accountId>.typingReaction`
333+
- `channels.slack.typingReaction`
334+
335+
Notes:
336+
337+
- Slack expects shortcodes (for example `"hourglass_flowing_sand"`).
338+
- The reaction is best-effort and cleanup is attempted automatically after the reply or failure path completes.
325339

326340
## Manifest and scope checklist
327341

0 commit comments

Comments
 (0)