- Twilio Best Practices
- Tim Rogers
- 141字
- 2021-08-05 16:54:29
Chapter 1. Working with TwiML
TwiML is a Twilio-specific XML-based language that is used within a Twilio application to describe what Twilio should do when an incoming call or message hits one of your Twilio phone numbers. TwiML is our way of asking Twilio to do things. Therefore, it's fitting that the XML elements we use are called verbs. For example, we have verbs such as Play, Dial, Record, and Gather, and they are accompanied by nouns such as Number, Client, and Conference.
In this chapter, you will learn the following topics:
- What TwiML is
- How TwiML fits into your Twilio application
- How to set up an inbound phone number
- The data you get from Twilio for inbound calls
- How to use all of the TwiML verbs including
<Play>
,<Gather>
, and<Dial>
- Best practices and tips for working with TwiML
推薦閱讀
- 玩轉(zhuǎn)Scratch少兒趣味編程
- INSTANT FreeMarker Starter
- Production Ready OpenStack:Recipes for Successful Environments
- 精通網(wǎng)絡(luò)視頻核心開發(fā)技術(shù)
- Learning Apache Mahout Classification
- 飛槳PaddlePaddle深度學習實戰(zhàn)
- Visual Basic程序設(shè)計上機實驗教程
- Emotional Intelligence for IT Professionals
- Python預測分析與機器學習
- Visual Basic語言程序設(shè)計基礎(chǔ)(第3版)
- Python程序設(shè)計教程
- Building Scalable Apps with Redis and Node.js
- Visual C++程序開發(fā)范例寶典
- Kotlin入門與實戰(zhàn)
- Web前端開發(fā)實戰(zhàn)教程(HTML5+CSS3+JavaScript)(微課版)