Initiate an outbound phone call using a configured Bolna Voice AI agent. The agent will call the specified recipient and engage in a conversation based on its configured prompt and capabilities.
agent_idRequiredstringThe UUID of the Bolna agent that will initiate and handle the outbound call. Use get_all_agents to retrieve available agent IDs.
user_dataobjectOptional dictionary of custom variables that can be referenced in the agent's prompt template. Keys should match variable names in your agent configuration. Example: {'customer_name': 'John', 'order_id': '12345'}
from_phone_numberstringOptional caller ID phone number in E.164 format (e.g., +14155559999). If not provided, Bolna will use a default shared number. Required only when using dedicated or connected phone numbers.
recipient_phone_numberRequiredstringThe recipient's phone number in E.164 international format (e.g., +14155552671 for US, +919876543210 for India). Must include the + prefix and country code.
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.