Can I connect my Make webhook into Twilio so inbound calls start the Make automation, then the response from the webhook is sent into Vapi and the assistant talks to the user?
I have been able to do this by not asining an agent to a Twilio number inside of Vapi so the call is forwarded to the Server URL in Vapi which is just the Make URL. But when I just simply put the Make webhook URL as POST inside of Twilio it does not work.
It does fire the Make automation but the webhook response does not work to trigger the assistant to start talking, I want the assistant to be transient so I can use variables each time when a user calls without creating a new assistant inside of Vapi each time a client calls.