📔 Glossary

TermDefinition
Account SIDA unique identifier for a Twilio account.
APIApplication Programming Interface, a set of functions that allows applications to interact with each other or with other services.
Auth TokenA secret key used alongside the Account SID to authenticate API requests.
Callback URLA URL where Twilio sends HTTP requests to deliver event notifications.
CarrierA telecommunications provider that operates phone networks (e.g., AT&T, Verizon).
DialTo initiate a phone call to a specified number.
Elastic SIP TrunkingA Twilio service that provides SIP trunking with built-in resiliency, scalability, and global reach.
E.164An international standard for formatting phone numbers as a string of digits prefixed with a "+" and country code.
Friendly NameA human-readable label for identifying resources, such as phone numbers, within Twilio.
HTTPSHypertext Transfer Protocol Secure, an encrypted version of HTTP.
IVR (Interactive Voice Response)A system that allows callers to interact with a company’s phone system through voice or DTMF tones to route calls or provide information.
JSONJavaScript Object Notation, a lightweight data-interchange format that’s easy for humans to read and write.
LatencyThe time it takes for data to travel from the source to the destination, affecting the speed of calls or messages.
Long CodeA 10-digit phone number used for person-to-person communication.
MFA (Multi-Factor Authentication)A security process that requires two or more methods of verification for access.
MMSMultimedia Messaging Service, a protocol for sending messages that include multimedia (images, audio, video).
Phone NumberA number formatted in compliance with international E.164 standards, used to send/receive calls or messages.
REST APIRepresentational State Transfer API, a design pattern for scalable and stateless web services.
SIPSession Initiation Protocol, a signaling protocol used for initiating, maintaining, and terminating real-time communications such as voice and video calls.
SMSShort Message Service, a protocol for sending text-only messages up to 160 characters long.
Short CodeA 5-6 digit number used for high-throughput messaging, often for marketing or alerts.
Subaccount
TwiMLTwilio Markup Language, an XML-based language used to control call and messaging behavior in Twilio applications.
Two-factor Authentication (2FA)A security process that requires two forms of identification for access.
URLUniform Resource Locator, the address for accessing resources on the internet.
Voice APIA Twilio API that enables developers to make, receive, and monitor phone calls programmatically.
VoIP (Voice over Internet Protocol)A technology that enables voice communication over the internet.
WebhookA user-defined HTTP callback that sends data to a specified URL when certain events occur.
WorkflowA customizable sequence of actions that manage the flow of work in applications, especially in Twilio’s TaskRouter for handling support or contact center tasks.
SIDA String Identifier (SID) is a unique key that identifies specific resources.
Short Message Peer-to-Peer (SMPP)A protocol used by the telecommunications industry to exchange SMS messages between short message service centers and/or external systems.
Programmable MessagingTwilio's messaging platform allowing users to send SMS, MMS, and WhatsApp messages from their applications.
TaskRouterTwilio’s service for managing tasks and routing them to the right people or resources based on customizable rules.
Twilio Client SDKA Twilio SDK that allows developers to embed voice or video communication within web and mobile applications.