create_carousel_batch
Create carousel batches from images or PDF pages by specifying content IDs and images per post. Automatically splits content into multiple Instagram carousel posts.
Instructions
Create carousel batches from selected images or PDF pages.
Parameters:
content_ids: Comma-separated list of content IDs (e.g., "image1,image2,image3,image4,image5,image6,image7,image8,image9,image10")
batch_name: Optional name for this batch (e.g., "Q1_Report" or "pdf_name")
images_per_post: How many images per carousel post (default: 5, max: 10 for Instagram)
Example: 10 images with images_per_post=5 creates 2 carousel batches
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| batch_name | No | ||
| content_ids | Yes | ||
| images_per_post | No |