Schedule Content
schedule_contentSchedule content for future publishing. Same media rules as publish_content apply.
• mediaUrl must be a public HTTPS URL — call create_upload_session if user shares a file in chat. • Content is validated at schedule time, not publish time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| team_id | No | Team ID to schedule as team. Get available teams with list_teams. If omitted, schedules from personal accounts. | |
| timezone | No | Optional IANA timezone for queue scheduling and recurring series metadata. | |
| platforms | Yes | Target platforms - ensure content matches each platform's requirements | |
| scoreGate | No | Optional forward-compatible minimum content score threshold for advanced scheduling flows. | |
| recurrence | No | Optional forward-compatible structured recurrence definition. | |
| bypassToken | No | Optional forward-compatible bypass token returned by advanced scheduling score-gate checks. | |
| scheduleMode | No | Optional forward-compatible scheduling mode. 'queue' asks SendIt to place the post in the next available queue slot. | |
| scheduledTime | Yes | ISO 8601 datetime in UTC (e.g., 2025-01-15T14:30:00Z) | |
| recurrenceRule | No | Optional forward-compatible RRULE string for recurring schedules. | |
| targetAccounts | No | Optional advanced scheduling target account IDs. Legacy handlers may ignore this until advanced scheduling is enabled. | |
| mediaAttachments | No | Optional forward-compatible media asset attachments to associate with the scheduled post. | |
| platformOverrides | No | Optional forward-compatible per-platform overrides keyed by platform ID. | |
| recurrenceEndDate | No | Optional forward-compatible ISO 8601 end date for recurrence. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| isError | No | ||
| success | No | ||
| platforms | No | ||
| scheduleId | No | ||
| errorMessage | No | ||
| scheduledTime | No | ||
| followUpSuggestions | No |