Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.getcitable.com/llms.txt

Use this file to discover all available pages before exploring further.

Schedules a social reply onto the content calendar by setting scheduled_for, OR clears the schedule (when scheduled_for is null) to take it off the calendar. Status auto-advances to scheduled when a date is set, and reverts to draft when cleared. Brand resolved from auth context.

When to use

  • The user wants the reply to surface on a specific calendar day.
  • The user wants to take a reply off the calendar back to draft state.

When not to use

  • The reply has already been posted (status='published') — schedule changes for posted replies are no-ops.

Inputs

scheduled_for must be a YYYY-MM-DD date string, or null to clear.

See also