Instagram (Graph API) operations: publish image/video posts and carousels, fetch metrics, mentions, comments, get profile, reply.
Skill name:
instagram 5 BST per callWhen to use it
Brandstaq automatically picks Instagram when you say things like:
- “Publish this carousel to Instagram”
- “Reply to the comments on yesterday's post”
- “Pull engagement metrics for the last 7 days”
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| limit | integer | No | — |
| action | string | Yes | Instagram operation to perform. Each value maps to a connector method; mismatched action/params return UNKNOWN_ACTION. |
| caption | string | No | — |
| content | string | No | — |
| post_id | string | No | — |
| parent_id | string | No | — |
| media_path | string | No | Public URL or local path. IG Graph requires a public URL. |
| media_type | string | No | — |
| media_urls | array | No | — |
| media_paths | array | No | — |
| since_cursor | string | No | — |
When the agent reaches for it
When you mention Instagram explicitly — post a carousel, reply to comments, pull engagement — the agent picks this. Per-platform skill so the action enum reflects only what Instagram's API actually supports.