Prerequisite: User needs a Verloop account with Voice AI Agent plan activated.
API Based Integration
Follow the steps to generate API token that you can then use for authenticating your API calls -- From the Dashboard, go to the Settings page
- Navigate to API Keys
- Click Generate API Key
- Copy and store the token securely for authentication
Integration options in Recipe Builder
Enhance your bot’s functionality with built-in integration blocks. Navigate to your recipe and you can leverage these blocks for integrating with external APIs and going beyond drag-and-drop customizations.Webhook Block
Webhook Block
Trigger external web services to send or receive real-time data. Webhook Block allows you to exchange information with third-party systems and automate workflows based on user interactions.
API Block
API Block
Make API calls directly from your bot to fetch or send data dynamically. Use this to integrate with internal or external services, enriching your bot’s responses with real-time information.
Code Block
Code Block
Write custom JavaScript code to process data or apply business logic. Code block gives developers full flexibility to manipulate responses, format data, or implement complex decision-making within conversations.
Debug Mode
Debug Mode
Test and troubleshoot integrations within Recipe Builder in real time. Debug Mode provides detailed logs and error messages, helping developers quickly identify and resolve issues in their bot’s logic or integrations.