Approve / reject agent drafts
decide_influencer_draftsApprove or reject an influencer agent's proposed content drafts. APPROVING PUBLISHES (or schedules) REAL POSTS to the configured live accounts — this is the human-in-the-loop gate, so only call it after the user has seen the drafts (get_influencer_agent) and explicitly said which to approve; never bulk-approve on your own judgment. 'reject' also vetoes approved-but-unpublished scheduled drafts, and an optional reason teaches the agent. scheduledAt (ISO-8601) overrides the publish time and is only valid with a single draftId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Rejection feedback the agent learns from | |
| decision | Yes | ||
| draftIds | Yes | ||
| scheduledAt | No | ISO-8601 publish time (single-draft approve only) | |
| influencerId | Yes |