Blocks
Instagram Graph API operations (publish media).
Publish media to Instagram Business accounts via the Instagram Graph API.
Toolsinstagram
Block Preview
Instagram Graph API operations (publish media).
Usage
- Add the block to your workflow and connect it to the upstream step.
- Connect the required credentials or OAuth provider before running.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the instagram block with monitoring enabled in production.
Inputs (UI)
Instagram Account
oauth-inputPlaceholder: Select Meta account for Instagram
Layout: full
Provider: meta-instagram
Action
dropdownLayout: full
Options: List Business Accounts, Post Media
Facebook Page ID (Optional)
short-inputPlaceholder: Used for listing the Instagram Business account for a specific page
Layout: full
Condition: action = "list_accounts"
Instagram Business Account ID (ig-user ID)
short-inputPlaceholder: Enter Instagram Business (ig-user) ID
Layout: full
Condition: action = "post_media"
Caption
long-inputLayout: full
Condition: action = "post_media"
Media URL
short-inputLayout: full
Condition: action = "post_media"
Inputs (API)
credential
jsonRequired
pageId
stringOptional
igUserId
stringOptional
action
stringRequired
caption
stringOptional
mediaUrl
stringOptional
Outputs
Primary response type:
{
"container": "json",
"publish": "json"
}Tool Access
instagram_post_mediainstagram_list_accounts