Correct setup for inbound call logic?
I need to run custom logic when handling inbound calls on Twilio numbers imported into Vapi (e.g., routing to my AI assistant during work hours, or forwarding to another number after hours).
Right now, my setup is:
Right now, my setup is:
- Import the phone number into Vapi
- Assign the assistant to the number
- Update the Twilio webhook URL to point to my server (where I handle the logic)