Hi!
I'm trying to make outbounds calls using twilio (inbound calls are just fine)
At first i was using voice agent and placing calls using the rest api, the call itself was successful, but watson never executed the conversation_starts node in my dialog (and of course neither the welcome one).
So i switched to phone integration.
Now i can place inbound calls, but... how do i place outbound calls?
Is there any rest api i could call to do so?
Thank you for your help!