Tools
ocoya_schedule_post
Schedule or reschedule an existing Ocoya post group by assigning a new ISO datetime in an approved brand.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Schedule or reschedule an existing Ocoya post group by assigning a new ISO datetime in an approved brand.
| Name | Type | Required | Description |
|---|---|---|---|
brandId | string | Yes | Brand ID from ocoya_list_brands. |
postGroupId | string | Yes | Ocoya post group ID. |
scheduledAt | string | Yes | ISO datetime to schedule the post. |
{
"name": "ocoya_schedule_post",
"arguments": {
"brandId": "cmayvq3hk00017apshay5qezu",
"postGroupId": "cmajvvb9q0003ja5vh0538j6r",
"scheduledAt": "2026-07-01T09:00:00Z"
}
}