Introduction to Tools
Tools allow your assistant to take actions beyond just conversation. They enable your assistant to perform tasks like transferring calls, accessing external data, or triggering actions in your application. Tools can be either built-in default tools provided by Vapi or custom tools that you create.
There are four types of tools available:
- Default Tools: Built-in functions provided by Vapi for common operations like call transfers and control.
- Custom Tools: Your own functions that can be called by the assistant to interact with your systems via webhooks.
- Code Tools: Write TypeScript code that executes directly on Vapi’s infrastructure without setting up a server.
- Integration Tools: Pre-built integrations with platforms like Make and GoHighLevel (GHL) that let you trigger automated workflows via voice.
Tools are configured as part of your assistant’s model configuration. You can find the complete API reference here.
Available Tools
Built-in tools for call control, transfers, and basic operations
Create your own webhook-based tools to extend assistant capabilities
Write TypeScript code that runs directly without a server
Import Make scenarios and GHL workflows as voice-activated tools
Integration Tools
With Make and GHL integrations, you can:
- Import existing Make scenarios and GHL workflows directly into Vapi
- Trigger automated workflows using voice commands
- Connect your voice AI to hundreds of apps and services
- Automate complex business processes through voice interaction
Common use cases include:
- Booking appointments via voice
- Updating CRM records during calls
- Triggering email or SMS follow-ups
- Processing orders and payments
- Managing customer support tickets
Key Features
Assistants can trigger functions based on conversation context
Tools can run synchronously or asynchronously
Connect tools to your backend via webhooks
Built-in error handling and fallback options