conversation_ai_create_action
Attach an action to an AI agent in GoHighLevel to trigger workflows, update contact fields, book appointments, or route conversations to human agents.
Instructions
Attach Action to Agent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| type | Yes | ||
| agentId | Yes | ||
| details | Yes | Action-specific details. The structure depends on the action type. For TRIGGER_WORKFLOW use triggerWorkflowDto, for UPDATE_CONTACT_FIELD use updateContactFieldDto, for APPOINTMENT_BOOKING use appointmentBookingDto, for STOP_BOT use stopBotDto, for HUMAN_HAND_OVER use humanHandOverDto, for ADVANCED_F |