Skip to main content
POST
Create an AI Sales Agent guidance rule

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

AI Sales Agent ID

Example:

"01a0206f-e414-76cf-8ce7-a2439b5bad4c"

Body

application/json
content
string
required

The rule text the agent must follow

Minimum string length: 1
Example:

"Always write in a friendly, casual tone and keep emails under 100 words."

title
string

Optional short title of the rule. When omitted, a positional default title is used.

Maximum string length: 119
Pattern: ^[^\n\r]*$
Example:

"Tone of voice"

Response

The created 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.

id
string
required

Positional rule id. Re-indexed after a deletion, so re-fetch the list after deleting a rule.

Example:

"rule-0"

title
string
required

Short title of the rule

Maximum string length: 119
Example:

"Tone of voice"

content
string
required

The rule text the agent must follow

Example:

"Always write in a friendly, casual tone and keep emails under 100 words."