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
ReturnseventTimestamp, workspaceId, emoji reaction, acting userId, optional itemUserId, and item. The value of item.type distinguishes these items:
- Message with
conversationId,messageTimestamp, and optionalconversationType - File with
fileId - File comment with
fileIdandfileCommentId