react_to_message
React to a Signal message with an emoji in direct messages or groups. Optionally remove an existing reaction.
Instructions
React to a Signal message with an emoji (DM or group). Set remove=true to remove a reaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_author | Yes | Phone number of the message author | |
| target_timestamp | Yes | Timestamp of the message to react to | |
| emoji | Yes | Emoji to react with (e.g. '👍') | |
| recipient | No | Phone number for DM reactions | |
| group_id | No | Group ID for group reactions | |
| remove | No | Remove an existing reaction (default false) |