Tool to update all settings and configuration of an existing Bolna Voice AI agent using the v2 API. Use when you need to modify an agent's full configuration including LLM settings, synthesizer, transcriber, tasks, prompts, or any other agent property. This performs a complete u…
user_idstringOptional user ID parameter for multi-user environments
agent_idRequiredstringThe unique identifier (UUID) of the agent to update
agent_configRequiredobjectComplete agent configuration object. Required fields: agent_name (string), agent_type (string: 'other', 'sales', 'support', etc.), agent_welcome_message (string), webhook_url (string URL for callbacks or null), and tasks (array). Each task must include task_type ('conversation',…
agent_promptsRequiredobjectObject containing prompt configurations for each task. Each task key (e.g., 'task_1', 'task_2') maps to an object with a 'system_prompt' string that defines behavioral instructions for that task.
is_api_requestbooleanFlag to indicate if this is an API request. Defaults to false
sub_account_idstringOptional sub-account ID for multi-tenant scenarios
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.