ig_get_mentioned_comment
Retrieve details of a comment where your account is @mentioned, using the comment ID from a mention webhook. Returns the comment and its associated media.
Instructions
Get details of a specific comment where the account was @mentioned. Requires the comment_id from a mention webhook notification. Returns a single comment with its associated media.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated fields (default: id,text,timestamp,username,media{id,media_url,media_type}) | id,text,timestamp,username,media{id,media_url,media_type} |
| comment_id | Yes | Comment ID from a mention webhook notification |