Skip to content

Instagram nodes

Tools for publishing posts, stories, and reels to Instagram.  These nodes are also served as MCP tools on the instagram MCP server. Back to the full node reference.

Instagram Publish Post

instagram_publish_post · natural-language configurable · 3 credits on Cloud

Publish a post to an Instagram account.

Credential: Instagram (OAuth)

Parameters

FieldTypeRequiredDescription
altTextstringOptional accessibility alt text for the media.
captionstringCaption text for the Instagram post.
locationstringOptional Instagram location identifier.
mediaUrlsarray<string>List of image or video URLs to publish.

Output

Returns a list of records — reference fields downstream as $<node>.postId.

FieldTypeDescription
postIdstringIdentifier of the published Instagram post.
statusbooleanWhether the post was published successfully.

Instagram Publish Reels

instagram_publish_reels · natural-language configurable · 3 credits on Cloud

Publish a Reel to an Instagram account.

Credential: Instagram (OAuth)

Parameters

FieldTypeRequiredDescription
captionstringCaption text for the reel.
coverImageUrlstringOptional cover image URL for the reel.
shareToFeedbooleanWhether to also share the reel to the Instagram feed. Default: true.
videoUrlstringURL of the video to publish as a reel.

Output

Returns a list of records — reference fields downstream as $<node>.reelsId.

FieldTypeDescription
reelsIdstringIdentifier of the published reel.
statusbooleanWhether the reel was published successfully.

Instagram Publish Story

instagram_publish_story · natural-language configurable · 3 credits on Cloud

Publish a story to an Instagram account.

Credential: Instagram (OAuth)

Parameters

FieldTypeRequiredDescription
mediaUrlsarray<string>List of image or video URLs to publish as stories.
storyLinkstringOptional link to attach to the story.

Output

Returns a list of records — reference fields downstream as $<node>.error.

FieldTypeDescription
errorstringError message if publishing failed.
statusbooleanWhether the story was published successfully.
storyIdstringIdentifier of the published story.