update_sales_agent_config
Update AI sales agent settings to manage live prospect conversations: toggle enablement, set booking link, offer price, daily reply limits, and confidence threshold. Changes take effect immediately.
Instructions
Change the AI sales agent's settings — enable or disable it, set the booking link, offer price, reply limits and confidence threshold.
These settings govern an agent that replies to real prospects, so treat them as live: ENABLING it lets it start responding on its own, the confidence threshold decides how sure it must be before acting, and reply limits cap how much it can send. Read the current config first — only the fields you pass change, but a wrong value takes effect immediately.
Safe to repeat. Requires an API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | No | Enable or disable the sales agent | |
| cal_link | No | Calendly or Cal.com URL for meeting booking (max 500 chars, set null to clear) | |
| offer_price | No | Offer price in minor currency units (integer, min 0) | |
| offer_description | No | Short description of the offer (max 1000 chars, set null to clear) | |
| max_replies_per_day | No | Maximum automated replies per day (1-500, default 20) | |
| confidence_threshold | No | Confidence score below which agent flags for human review (0.0-1.0, default 0.65) |