Built-in Call Tools
Built-in call tools are pre-configured tools provided by Vomyra that handle common call actions. Each tool is triggered at a specific point in the call lifecycle.
Call lifecycle
Trigger types
beforeCallRuns automatically before the call beginsExecutes before Myra speaks for the first time. Use this to fetch context, load customer data, or pre-warm any state Myra needs before the conversation starts.
Common use cases
onCallTriggered by the AI during the conversationThe AI decides when to invoke this tool based on conversation context. This is the most common trigger type � Myra calls the tool when she needs external data or needs to take an action mid-call.
Common use cases
afterCallRuns automatically after the call endsExecutes once the call is complete. Use this for post-call workflows that should not interfere with the conversation � logging, updating records, sending summaries, or triggering follow-up actions.
Common use cases