Update influencer agent
update_influencer_agentEnable/resume (enabled=true) or reconfigure an influencer's posting agent: autonomy ('copilot' = every draft needs owner approval; 'auto_approve' = drafts publish THEMSELVES after the veto window — switching this ON authorizes live publishing without human clicks, so only do it on an explicit user instruction), posting cadence (postingPersonality/snacksPerDay), internal credit budget, target accounts (managed or connected), and the standing systemPrompt steer. Pass only what changes. To stop the agent, use pause_influencer_agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | No | ||
| autonomy | No | ||
| timezone | No | ||
| accountKind | No | ||
| influencerId | Yes | ||
| snacksPerDay | No | ||
| systemPrompt | No | ||
| vetoWindowHours | No | ||
| postingPersonality | No | ||
| targetSocialBrandId | No | ||
| internalBudgetCredits | No | ||
| targetSocialAccountIds | No | ||
| targetManagedAccountIds | No |