process_sales_agent
Process a real conversation through the sales-agent pipeline to decide and execute the next step: reply to the prospect, create a deal, or book a meeting.
Instructions
Run the sales-agent pipeline over one conversation: decide the next action and carry it out.
This ACTS on a real conversation — depending on what it decides, it can reply to the prospect, create a deal, or book a meeting. It is not a dry run and there is no preview, so call it only when the user wants the agent to take its turn on that specific conversation. For what it has already done, use get_sales_agent_actions.
CONSUMES AI CREDITS. Not idempotent: calling twice processes the conversation twice and can send two messages. Requires an API key, and the agent's configured confidence threshold still governs whether it acts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversationId | Yes | UUID of the conversation to process |