Search code examples
laraveltwiliotwilio-php

Twilio - Clicking a link will initiate an outbound call


i'm currently doing an automated interview using twilio and laravel. What would I like to achieve is something similar to this scenario:

  • User inputs phone number on the web
  • Twilio will send a sms with a link (link will expire within an hour or more)
  • Clicking the link will initiate an outbound call to the user
  • Automated interview will start.

Is this doable in Twilio? This is my first time using it.

Thank you


Solution

  • Twilio developer evangelist here.

    This is doable!

    Some links to help get you started:

    There are, of course, other tutorials and ways of doing this, but these links are a good starting place.

    Good luck! :D