Learn how to effectively use context in Bolna Voice AI agents to create dynamic, personalized, and meaningful interactions
name | description |
---|---|
timezone | Name of the timezone as per the tz database |
name | description |
---|---|
agent_id | This is the id of the agent. |
execution_id | This is the unique id of the bolna conversation or the call. |
call_sid | This is the unique id of the phone call belonging to telephony providers like Twilio , Plivo , Vonage , etc. |
from_number | The phone number that initiated the call. In inbound calls, this is the caller (e.g. customer). In outbound calls, this is your agent’s number. |
to_number | The phone number that received the call. In inbound calls, this is your agent’s number. In outbound calls, this is the recipient’s number (e.g. customer). |
{}
in the prompt becomes a variable.
For example, adding the below content in the prompt will dynamically fill in the values.
call_sid
being the default variable gets injected automatically by default):