Instagram v2 uses the updated Instagram Graph API (v2 integration) and supports image, video, story, and reel post types. Unlike the legacy Instagram integration, it supports shareToFeed directly on the instagramV2 options object.
Supported Post Types#
| Post Type | Description |
|---|
MEDIA | One or more images or videos |
STORY | Full-screen image or video story |
REEL | Short-form vertical video |
Network Options#
Instagram v2-specific settings are passed in the instagramV2 object on the post body.| Field | Type | Description |
|---|
shareToFeed | boolean | When true, also shares a Story or Reel to the profile feed |
Examples#
MEDIA post#
REEL shared to feed#
STORY post#
Notes#
Use net: "instagram_v2" on captions, media, and links when targeting Instagram v2 profiles specifically.
Captions are not supported on STORY posts. Including a caption on a story will have no effect.
shareToFeed applies to both STORY and REEL posts.
First comments (captions[].firstComment) are supported and work the same as on the legacy Instagram integration.
Modified at 2026-06-19 15:01:20