0

I can make a call out to a user using Twilio API, the challenge I am currently facing is passing the test API and it reads out the test message to the receiver.

Denis Kisina
  • 350
  • 4
  • 19

1 Answers1

0

This is how I solved this problem.

I built a TwiML file, set all my parameters then passed it to the Call.creator method inside the Twilio library. Detailed instructions can be found inside the API documentation here Twilio Documentation.

Is there a better answer?

Denis Kisina
  • 350
  • 4
  • 19