- Twilio Best Practices
- Tim Rogers
- 160字
- 2021-08-05 16:54:31
Summary
In this chapter, we learned what TwiML is and the three ways we'll use it: handling inbound calls, dealing with incoming messages, and telling Twilio what to do when we place outgoing calls.
We bought a phone number and then hooked it up to our TwiML. We also saw the data we get from Twilio in webhooks when there's an incoming call or message.
We respond to the webhooks with TwiML made up of verbs and nouns in order to decide what happens with the call, for instance, playing sound clips or sending SMS messages. For the various verbs, we saw helpful tips and tricks and learned best practices in order to work with TwiML more generally.
In the next chapter, we'll build on what we've learned and will start working with Twilio's REST API that, apart from allowing us to place outgoing calls and messages, will give us access to the wealth of data in our Twilio account.
- Python快樂編程:人工智能深度學習基礎
- Julia機器學習核心編程:人人可用的高性能科學計算
- Practical DevOps
- PhpStorm Cookbook
- C語言實驗指導及習題解析
- 小學生C++創意編程(視頻教學版)
- R Data Analysis Cookbook(Second Edition)
- 汽車人機交互界面整合設計
- RESTful Web Clients:基于超媒體的可復用客戶端
- 30天學通C#項目案例開發
- AutoCAD基礎教程
- jQuery Mobile Web Development Essentials(Second Edition)
- Python編程入門(第3版)
- Raspberry Pi Blueprints
- 軟件設計模式(Java版)