Lecca.io LogoLecca.io

Phone Calling

To get a deep dive into all available environment variables refer to server.config.ts.

Lecca.io provides a way to easily make phone calls via workflow or agent.

This action uses vapi to make the phone call. A few things need to be done for this feature to be enabled.

VAPI_API_KEY

  1. Go to Vapi
  2. Create an account
  3. Generate an Api Key

Import Twilio Number

  1. Go to Twilio
  2. Create an account
  3. Generate a phone number
  4. Import this phone number into Vapi.
If you don't import a number, you will be rate limited by Vapi to a few calls a day.

Add all VAPI_API_KEY to environment varibles

Once added as environment variable, the ServerConfig will use it and the phone calling action will be available.

On this page