Identify captions, comments, and IG Media in which an Instagram Business or Creator's alias has been tagged or @mentioned.
This guide assumes you have read the Instagram Platform Overview and implemented the needed components for using this API, such as a Meta login flow and a webhooks server to receive notifications.
You will need the following:
All endpoints can be accessed via the graph.instagram.com host.
GET /<IG_ID>/tags — to get the media objects in which a Business or Creator Account has been taggedPOST /<IG_ID>/mentions — to reply to a comment or media object caption that a Business or Creator Account has been @mentioned in by another Instagram userinstagram_business_basic instagram_business_manage_comments You can listen for comment @mentions and reply to any that meet your criteria:
GET /<IG_ID>/tags endpoint to get more information about each comment.POST /<IG_ID>/mentions endpoint to reply to those comments or media objects.