campaignstack_schedule_content_post
Schedules a draft content post for publishing (skips approval). Pass scheduledAt (Unix ms, in the future) for an exact time, or set autoSchedule:true (or omit scheduledAt) to auto-place it into the next valid slot that respects the account's daily LinkedIn posting limit. The response includes the resolved scheduledAt. Use campaignstack_get_content_post to verify the post is in 'draft' status first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scheduledAt | No | Exact publish time. Omit (or set autoSchedule) for the next valid slot. | |
| autoSchedule | No | Auto-place into the next valid posting slot instead of an exact time. Default when scheduledAt is omitted. | |
| contentPostId | Yes |