Hello, do you know if there is any way to do an inbound call with a Twilio phone number without importing it in Vapi?
1. Call a Twilio Number
2. Twilio uses my own API as a webhook
3. I connect the call with an assistant in Vapi through my API
Tried using the POST /call with
type: inboundPhoneCall
passing
twilioAccountSid
/
twilioAuthToken
/
twilioPhoneNumber
inside the
phoneNumber
object but I actually receive an outbound call 🤔