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
- Go to Vapi
- Create an account
- Generate an Api Key
Import Twilio Number
- Go to Twilio
- Create an account
- Generate a phone number
- 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.