Instagram

ig_publish_carousel

Publish a carousel post (multiple images/videos) to Instagram. Provide 2-10 media URLs. Each item can be an image or video URL.

Remote node2flow/instagram

Other tools also called ig_publish_carousel? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "caption": {
      "type": "string",
      "description": "Post caption (max 2200 characters)"
    },
    "account_id": {
      "type": "string",
      "description": "Instagram Business Account ID"
    },
    "media_urls": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Array of 2-10 public media URLs (images or videos). Videos auto-detected by extension (.mp4, .mov)."
    }
  }
}