Twilio Call SID required in request
# support
s
Hello, I need twilio Call SID in my request from vapi server. I need to perform additional actions for call analysis from twilio direct connectivity. Is there anyway I can get it?
v
message has been deleted
@Shahzad Absolutely, when you initiate a call through VAPI using Twilio as the underlying service, the Call SID should be included in the response you receive from the VAPI server. This SID is a unique identifier for the call within Twilio's system, which you can use to perform additional analysis or actions through Twilio's API. If you're not seeing the Call SID in your response, please ensure that you're checking the correct part of the response object. If you're still having trouble, you can use the
/calls
endpoint to fetch the call details, which should include the Call SID. If you need further assistance or if there's anything specific you'd like to do with the Call SID, please let me know, and I'll be happy to help!
You can continue this conversation by mentioning me in the message.
Got it. Tagging @User for additional help.
s
I get the answer. It is called 'phoneCallProviderId' in the array. I should mark this as resolved. now.
2 Views