campaignstack_approve_content_post
Approves a content post that is 'pending_approval' and schedules it for publishing. Pass scheduledAt (Unix ms) for an exact time, or set autoSchedule:true (or omit scheduledAt) to auto-place it into the next valid slot. The response includes the resolved scheduledAt. Use campaignstack_reject_content_post to send it back to draft instead.
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 |