From the course: Calling REST APIs with Java

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Challenge: Twilio API

Challenge: Twilio API

(upbeat music) - [Instructor] Now it's time to put your new skills with Twilio and Feign to work in a programming challenge. So here's the challenge. The monitoring application for Landon Hotel is almost complete. There's just one last feature. This feature will send a text message whenever a tweet is made about the hotel. In the text message, we want to tell the manager whether the content of the tweet is good or bad based on the results of sentiment analysis conducted by Azure Cognitive Services. To see the details of how to send a text message with Twilio navigate into the SMS API section of the documentation. On the left-hand side bar, you'll see the message resource and here's where you're going to find all the details of how to send a text message with Twilio. Now, the call looks very similar to when we use the voice API. So if you have any difficulties, go take a look at our work in that area to help you out.…

Contents