Reputation:
I tried looking all over the internet on how to setup and send text message(sms) through Dialogflow. I am building an app where the Bot asks the user for their number and sends them a text message. Is there a tutorial? or anyone guide me I appreciate it?
Upvotes: 1
Views: 5036
Reputation: 117
As suggested by Nikhil, you need to use twillio APIs to send the SMS. Here is how it will work:
Here is a link to the tutorial I have created for understanding dialogflow webhooks: https://www.youtube.com/watch?v=1cD9vU7Ubyg
You can refer to this link for sending sms in PHP via Twillio: sending sms via twilio in php
Upvotes: 2