Instagram

ig_publish_photo

Publish a photo post to Instagram. Requires a public image URL. Handles the 2-step process (create container → publish) automatically.

Remote node2flow/instagram

Other tools also called ig_publish_photo? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "caption": {
      "type": "string",
      "description": "Post caption (max 2200 characters, up to 30 hashtags)"
    },
    "image_url": {
      "type": "string",
      "description": "Public URL of the image (JPEG recommended, max 8MB)"
    },
    "account_id": {
      "type": "string",
      "description": "Instagram Business Account ID"
    }
  }
}