Tool to create a new Bolna Voice AI agent from a template. Use when you want to quickly set up an agent using predefined templates instead of building from scratch.
promptstringSystem prompt or instructions that define the agent's behavior and responses. This guides how the agent interacts with users.
user_idstringOptional user ID to associate with the template agent
agent_namestringName for the template agent being created. This will identify the agent in the system.
agent_typestringType or category of the agent template. Specifies the functional role of the agent (e.g., 'support', 'sales', 'other').
transcriptbooleanFlag indicating whether to enable transcript recording for this agent. Set to true to capture conversation transcripts.
business_namestringName of the business for which the template agent is being created
return_promptbooleanFlag indicating whether to return the generated prompt in the response. Set to true to receive the prompt back after agent creation.
variable_dictobjectDictionary of custom variables that can be used in the agent template. Allows dynamic substitution of values in prompts and configurations. Keys and values should be strings.
about_businessstringDescription of the business for which the agent template is being created. Provides context about the business domain and purpose.
is_api_requeststringOptional flag indicating if this is an API request. Accepts string representation of boolean (e.g., 'true', 'false'). Default is 'false' if not provided.
template_agentstringIdentifier or name of the base template to use for agent creation. References a predefined agent template.
service_detailsstringDetails about the services offered by the business. Helps the agent understand what services it can discuss with customers.
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.