ocoya_publish_post
Creates and publishes a social post immediately. Use this when the user asks to publish now.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
workspaceId | string | Yes | Workspace ID from ocoya_list_workspaces. |
caption | string | No | Post caption text. |
mediaUrls | string[] | No | Optional publicly reachable media URLs. Maximum 5. |
socialProfileIds | string[] | No | Connected social profile IDs to publish to. |
caption or mediaUrls should be provided.