conversation_ai_create_agent
Create a configured AI agent for GoHighLevel conversations, specifying name, personality, goal, instructions, channels, and operational settings.
Instructions
Create an Agent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | The goal of the agent. | |
| mode | No | Mode of operation - OFF, SUGGESTIVE, or AUTO_PILOT | |
| name | Yes | Name of the agent. | |
| channels | No | Communication channels the agent can operate on | |
| waitTime | No | Wait time before agent responds (max 5 for minutes, 300 for seconds) | |
| isPrimary | No | Indicates if this agent is a primary agent. | |
| sleepTime | No | Duration of sleep period (required if sleepEnabled is true). Set to null for indefinite sleep. (max 2880 for minutes, 172800 for seconds, 48 for hours) | |
| personality | Yes | Personality traits of the agent. | |
| businessName | No | Name of the business the agent represents. | |
| instructions | Yes | Instructions for the agent. | |
| sleepEnabled | No | Indicates if sleep functionality is enabled. | |
| waitTimeUnit | No | Unit for wait time - SECONDS or MINUTES | |
| sleepTimeUnit | No | Unit of sleep time - HOURS, MINUTES, or SECONDS (required if sleepEnabled is true). Set to null for indefinite sleep. | |
| respondToAudio | No | Allow agent to respond to audio | |
| respondToImages | No | Allow agent to respond to images | |
| knowledgeBaseIds | No | Array of knowledge base IDs associated with this agent. | |
| autoPilotMaxMessages | No | Maximum number of messages in auto-pilot mode before requiring human intervention. (max: 100, min: 1) | |
| sleepOnManualMessage | No | Enable sleep when a manual outbound message is sent. | |
| sleepOnWorkflowMessage | No | Enable sleep when a workflow outbound message is sent. |