Skip to main content

How mentions reach you

A mention arrives at your webhook as a comments event. There is no separate mentions payload to handle, and your channel is already subscribed; nothing extra to set up. See Receive webhooks. Whether the mention was in a caption or a comment, the notification carries the ids the reply call needs.

See what you were tagged in

Returns the posts by other accounts that tagged you, newest first, paginated.

Reply to the mention

The reply posts as a public comment from your account. Both shapes need media_id, even when replying to a comment. Mentions in stories cannot be replied to, and neither can photos you were tagged in.

Mentions with the CLI

Mentions with MCP

list_instagram_media with source tagged shows what tagged you; reply_instagram_mention posts the reply.

Next steps