campaignstack_update_signal_agent
Update a signal agent's configuration. Only provided fields are updated. Can change name, response mode (auto_send / review_first), observing account list (accountIds), acting account list (actAccountIds), the agent playbook (what to do at each stage of the thread, never how to sound), or public reply configuration. Account lists are kind-restricted: connection-watch and message agents are permanently bound to the account they watch (accountIds/actAccountIds are rejected with AGENT_POOL_LOCKED); group watch agents accept exactly one observing account (the group member; GROUP_READ_POOL_SINGLE otherwise). Use campaignstack_list_signal_agents to find agent IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| agentId | Yes | ||
| playbook | No | ||
| accountIds | No | ||
| responseMode | No | ||
| silenceHours | No | ||
| actAccountIds | No | ||
| publicReplyConfig | No | ||
| followUpDelaysHours | No |