Instagram

INSTAGRAM_CREATE_CAROUSEL_CONTAINER

Create a draft carousel post with multiple images/videos before publishing.

Remote instagram

Other tools also called INSTAGRAM_CREATE_CAROUSEL_CONTAINER? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "caption": {
      "type": "string",
      "title": "Caption",
      "default": null,
      "nullable": true
    },
    "children": {
      "type": "array",
      "items": {
        "type": "string",
        "properties": {}
      },
      "title": "Children",
      "default": null,
      "nullable": true,
      "description": "List of child creation_ids (image/video items)"
    },
    "ig_user_id": {
      "type": "string",
      "title": "Ig User Id",
      "description": "Instagram Business Account ID"
    },
    "child_image_urls": {
      "type": "array",
      "items": {
        "type": "string",
        "properties": {}
      },
      "title": "Child Image Urls",
      "default": null,
      "nullable": true,
      "description": "List of image URLs to include as children"
    },
    "child_video_urls": {
      "type": "array",
      "items": {
        "type": "string",
        "properties": {}
      },
      "title": "Child Video Urls",
      "default": null,
      "nullable": true,
      "description": "List of video URLs to include as children"
    },
    "child_image_files": {
      "type": "array",
      "items": {
        "type": "object",
        "title": "FileUploadable",
        "required": [
          "name",
          "mimetype",
          "s3key"
        ],
        "properties": {
          "name": {
            "type": "string",
            "title": "Name",
            "examples": [
              "document.pdf",
              "image.jpg",
              "report.docx"
            ],
            "description": "The filename that will be used when uploading the file to the destination service"
          },
          "s3key": {
            "type": "string",
            "title": "S3Key",
            "examples": [
              "47563/gmail/GET_ATTACHMENT/response/12345"
            ],
            "description": "The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service."
          },
          "mimetype": {
            "type": "string",
            "title": "Mimetype",
            "examples": [
              "application/pdf",
              "image/jpeg",
              "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
            ],
            "description": "The MIME type of the file"
          }
        },
        "file_uploadable": true
      },
      "title": "Child Image Files",
      "default": null,
      "nullable": true,
      "description": "List of local image files to include as children"
    },
    "child_video_files": {
      "type": "array",
      "items": {
        "type": "object",
        "title": "FileUploadable",
        "required": [
          "name",
          "mimetype",
          "s3key"
        ],
        "properties": {
          "name": {
            "type": "string",
            "title": "Name",
            "examples": [
              "document.pdf",
              "image.jpg",
              "report.docx"
            ],
            "description": "The filename that will be used when uploading the file to the destination service"
          },
          "s3key": {
            "type": "string",
            "title": "S3Key",
            "examples": [
              "47563/gmail/GET_ATTACHMENT/response/12345"
            ],
            "description": "The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service."
          },
          "mimetype": {
            "type": "string",
            "title": "Mimetype",
            "examples": [
              "application/pdf",
              "image/jpeg",
              "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
            ],
            "description": "The MIME type of the file"
          }
        },
        "file_uploadable": true
      },
      "title": "Child Video Files",
      "default": null,
      "nullable": true,
      "description": "List of local video files to include as children"
    },
    "graph_api_version": {
      "type": "string",
      "title": "Graph Api Version",
      "default": "v21.0",
      "nullable": true
    }
  }
}