Update an AI Sales Agent guidance rule
Update the title or content of a guidance rule. Rules are stored as a single list, so concurrent writes to the same agent are last-write-wins — serialize them client-side.
Requires one of the following scopes: ai_sdr:update, ai_sdr:all, all:update, all:all
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
AI Sales Agent ID
"01a0206f-e41a-71fd-81e8-6a08f3a23cc7"
Positional guidance rule id from the guidance rules list (e.g. rule-0). Ids re-index after a deletion.
^rule-(0|[1-9][0-9]*)$"rule-0"
Body
Response
The updated guidance rule
A guidance rule the AI Sales Agent must follow when writing outreach. An agent can have at most 10 rules. Rule ids are positional (rule-0, rule-1, …) and re-index after a deletion.
Positional rule id. Re-indexed after a deletion, so re-fetch the list after deleting a rule.
"rule-0"
Short title of the rule
119"Tone of voice"
The rule text the agent must follow
"Always write in a friendly, casual tone and keep emails under 100 words."