post_create
Create social media posts on connected channels, then choose to publish immediately, add to queue, or schedule for a custom time.
Instructions
Create a new post on a channel. Use mode to control scheduling: "addToQueue" (default queue), "shareNow" (publish immediately), "shareNext" (next in queue), or "customScheduled" (set dueAt).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Scheduling mode (default: addToQueue) | |
| text | Yes | Post content text | |
| due_at | No | ISO 8601 datetime for scheduled post (required when mode is customScheduled) | |
| tag_ids | No | Tag IDs to apply to the post | |
| video_url | No | URL of a video to attach | |
| channel_id | Yes | Channel ID to post to (get from channels_list) | |
| image_urls | No | URLs of images to attach | |
| scheduling_type | No | Publishing type: "automatic" (Buffer publishes) or "notification" (sends reminder). Default: automatic |