start api reaction

Add and remove emoji reactions on messages

Add and remove emoji reactions on messages

Requires authentication — run start login first or set START_API_KEY.

Commands

CommandDescription
start api reaction addAdd an emoji reaction to a message
start api reaction removeRemove a reaction by its ID

add

Add an emoji reaction to a message

Terminal

start api reaction add <message> <emoji>
ArgumentRequiredDescription
messageYesMessage ID to react to
emojiYesEmoji content (e.g. 👍 or thumbsup)

remove

Remove a reaction by its ID

Terminal

start api reaction remove <id>
ArgumentRequiredDescription
idYesReaction ID to remove

Examples

Add a reaction

Terminal

start api reaction add msg_abc123 👍
✓ Reaction added

Add a named reaction

Terminal

start api reaction add msg_abc123 thumbsup

Remove a reaction

Terminal

start api reaction remove rxn_abc123
✓ Reaction removed