ig_respond_collaboration_invite
Accept or decline an Instagram collaboration invite by providing the media ID of the tagged post. Set accept to true or false to update the invite status.
Instructions
Accept or decline a collaboration invite by media_id (the IG Media ID of the tagged post; available via the id field returned by ig_get_collaboration_invites). Pass accept: true to accept, accept: false to decline. Per the Instagram Collaboration API. Added in December 2025.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accept | Yes | true to accept the invite, false to decline | |
| media_id | Yes | IG Media ID of the tagged post (from `ig_get_collaboration_invites` response `id` field) |