Is it possible to send voice message using twilio? I need to record voice and send it to specific users from android.
I can send text message using Twilio send message API
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, it’s possible.
You’d first need to record a message – see docs/api/rest/recording and docs/quickstart/php/twiml/record-caller-leave-message for that.
Then, you’ll need to play that recording back – see docs/api/rest/making-calls and docs/quickstart/php/rest/call-request for making calls. The previously mentioned docs/quickstart/php/twiml/record-caller-leave-message should also help with playing back the recording.
Some of this might be relevantly documented in the HowTo Voicemail documentation at docs/howto/voicemail.
You might also be able to do some/all of this with Twilio Client as opposed to Twilio Voice.