Overview#
This guide walks you through setting up an Exotel Voicebot using a custom Formi webhook that triggers WebSocket connections. The setup involves creating an Applet in Exotel's App Bazaar and configuring it as a voicebot with your custom webhook.Prerequisites#
Active Exotel account with access to App Bazaar
Setup Process#
Step 1: Access App Bazaar#
1.
Log in to your Exotel account
2.
Navigate to the App Bazaar section
3.
This is where you'll create and manage your voicebot applets

Exotel App Bazaar page - Navigate here after logging into your accountStep 2: Create New Applet#
1.
In the App Bazaar, click on Create button
2.
This will initiate the applet creation process
3.
An applet serves as the container for your voicebot configuration

Successfully created applet - Your new applet is now ready for configuration1.
Once your applet is created, you need to add a Voicebot component
2.
Select the voicebot option from the available components
3.
This transforms your applet into a voice-enabled application

Voicebot added to the applet - The voicebot component is now integrated into your appletStep 4: Setup Webhook Integration#
1.
Add a Webhook component to your applet
2.
Configure the webhook with your custom Formi endpoint
3.
Use the following webhook URL pattern:

Webhook added to Exotel - The webhook component is configured and ready to trigger WebSocket connectionsAPI Endpoint#
GET https://api-2.formi.co.in/exotel-formi-live/{call_type}/{agent_id}/{outlet_id}
This endpoint triggers the WebSocket connection for the Exotel voicebot integration. When a call is initiated, Exotel will make a GET request to this endpoint with the specified parameters.Parameters#
Parameter | Type | Description |
---|
call_type | string | Type of call (e.g., inbound, outbound) |
agent_id | string | Unique identifier for the agent |
outlet_id | string | Unique identifier for the outlet |
WebSocket Connection#
The formi exotel webhook
endpoint initiates a WebSocket connection that enables real-time communication between:Exotel's voice infrastructure
References#
Modified at 2025-07-12 11:53:00