Skip to main content
slack.onReactionRemoved emits reactions removed from visible Slack messages, files, or file comments.

Example

automations/handle-slack-revocation.automation.ts

Options

account?: string | IntegrationAccountReference<"slack"> is a static workspace binding and defaults to the project binding. Signals can’t select trigger accounts.

Trigger data

Returns eventTimestamp, workspaceId, emoji reaction, acting userId, optional itemUserId, and item. The value of item.type distinguishes these items:
  • Message with conversationId, messageTimestamp, and optional conversationType
  • File with fileId
  • File comment with fileId and fileCommentId