ghl_conversation_ai_update_action
Update configuration of an existing conversation AI action, including its name, description, trigger conditions, and behavior settings.
Instructions
Update Action Updates an existing action's configuration. This includes modifying the action name, description, trigger conditions, and behavior settings. Endpoint: PUT /conversation-ai/agents/{agentId}/actions/{actionId} (Version header: v3; source: v3/conversation-ai-v3.json) OAuth scopes: conversation-ai.write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). | |
| agentId | Yes | ||
| actionId | Yes | The unique identifier of the action ID Attached to the agent |