Skip to main content

Incoming Call

When an incoming call lands on your ExoPhone, a call flow is automatically initiated. You configure what happens during that call flow using Applets — modular building blocks that handle greeting, routing, IVR menus, and more.

How It Works​

  1. A caller dials your ExoPhone (virtual number)
  2. Exotel triggers the call flow configured for that ExoPhone
  3. The call flow executes applets in sequence (e.g., Greeting → IVR Menu → Connect)

Configuring a Call Flow​

To set up or modify the call flow for your ExoPhone:

  1. Log in to your Exotel Dashboard
  2. Navigate to App Bazaar or ExoPhones section
  3. Select the ExoPhone you want to configure
  4. Build your call flow by chaining applets together

Available Applets​

AppletPurpose
GreetingPlay a recorded voice message or text-to-speech greeting
ConnectRoute the call to a group or list of phone numbers
PassthruSend call details to your application URL for dynamic routing
TransferTransfer between multiple call flows
IVR MenuPresent an interactive voice menu with DTMF input
VoicemailAllow callers to leave a voice message
HangupTerminate the call

Example Flow​

A typical incoming call flow might look like:

Incoming Call → Greeting ("Welcome to Acme Corp")
→ IVR Menu ("Press 1 for Sales, 2 for Support")
→ Connect (route to the appropriate team)
tip

For detailed configuration of each applet, see the Applets documentation.