App Logo
instagram.com

React to an Instagram DM message

Add an emoji reaction to a message in an Instagram DM thread. Targets the last message by default, or one identified by message id.

Input

username required

Handle of the conversation partner, without @.

messageText required

Text (or a distinctive fragment) of the message to react to — required to identify which message, since Instagram doesn't expose a stable per-message id.

reaction optional

Emoji to react with. Default ❤️.

Output

status required

already_reacted = the emoji was already on the message and nothing was written.

reaction required
targetText required
threadId optional
username optional
messageId optional

item_id of the message that was reacted to.

FAQ

Add an emoji reaction to a message in an Instagram DM thread. Targets the last message by default, or one identified by message id.
Required: username, messageText. Optional: reaction.
It returns status, reaction, threadId, username, messageId, targetText.
Yes. It acts as you on instagram.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the instagram.com cookies saved by the Reduck extension.
It makes changes on instagram.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/instagram.com/react_to_message, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/instagram.com/react_to_message
It is part of Reduck's official curated catalogue.

Start building not clicking