Instagram

ig_get_mentioned_media

Get details of a media post where the account was @mentioned in a caption. Requires the mentioned_media_id from a webhook notification.

Remote node2flow/instagram

Other tools also called ig_get_mentioned_media? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "media_id": {
      "type": "string",
      "description": "Mentioned media ID (from webhook notification or mention data)"
    },
    "account_id": {
      "type": "string",
      "description": "Instagram Business Account ID"
    }
  }
}