1
Buy a phone number from Twilio (skip it, if you have one from Twilio)
Go here and create an account and buy a phone number from Twilio. If you’re creating a new account Twilio will give you $15 to get started and hence it won’t put a hole in your pocket.
2
Get Twilio Auth Token and Account SID
Visit the Twilio Console API Keys page to obtain your Twilio Auth Token and Account SID. These details are essential for setting up the Twilio voice webhook, which enables Twilio to determine the appropriate destination for handling your incoming and outgoing calls linked to your Twilio number.
3
Infer API key
You can either email us at [email protected] to get the API key or use the API key that we provided you to get started.
4
Create Your First Voice Agent 🤖
Follow the following steps to build your first voice agent. You can also build your first voice agent by directly going here and playing with parameters to make more customized voice agent and understanding different parameters:Make sure to copy the voice_agent_id from the response. If you face any issues, send us an email here.You can create multiple voice agents for different purposes like one for Outbound Lead Generation another one for handling inbound calls only etc.
5
Initiate your first outbound call 📞
Using the voice_agent_id from the last step and after understanding the parameters here run the following code which will initiate the call to the specific number:
6
Initiate your first inbound call 📞
To initiate an inbound call, you don’t have to change anything. Follow the steps below:
- Call the Twilio number you configured in Step 1.
- You should hear your AI Voice Agent respond, using the initial text and following the prompt you set in Step 4.
- Interact with the AI voice agent to ensure it’s working as expected.