solnk_publish
Publish content to multiple social platforms with a single request. Supports draft, scheduled, and immediate publishing modes.
Instructions
Publish content to one or more platforms in a single request. Use publish_mode 'draft' to stage for review (then solnk_confirm_publish), 'scheduled' with scheduled_at, or 'immediate' to send now.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | Default copy for all targets; each target may override it | |
| publish_mode | Yes | ||
| scheduled_at | No | ISO 8601 UTC; required when publish_mode is 'scheduled' | |
| media_ids | No | Default media for all targets | |
| targets | Yes | One entry per account to publish to | |
| idempotency_key | No | Reuse to retry safely; auto-generated if omitted |