Skip to main content
Plivo home page
Search...
⌘K
Support
Log in
Request Trial
Search...
Navigation
Response
XML Response
Home
AI Agents
Verify
Programmable APIs
Messaging API
Phone Numbers API
Account API
Lookup API
Number Masking
Voice API
SIP Trunking
PHLO
Integrations
Client SDKs
FAQs
Getting Started
Quickstart Guides
Migration Guides
SMS Concepts
Concepts
WhatsApp Concepts
Concepts
Use Case Guides
SMS/MMS
WhatsApp
API Reference
Overview
Request
Response
Message
Compliance
Media
Powerpack
Number Pool
XML Reference
Overview
Request
Response
Overview
Structuring XML document
Message
10DLC
Guides
Troubleshooting
Guides
On this page
SMS
Requirements
Response
XML Response
SMS
When your application gets initiated to send a message, Plivo makes an HTTP request to the
message_url
, which is one of the mandatory parameters when sending a message.
Requirements
The
message_url
should respond with an XML document that provides instructions to control the SMS.
The
Content Type
of the response header, returned by the
message_url
, must be set to
text/xml
or
application/xml
.
The XML document returned should contain a valid Plivo Message XML element as described below.
Validation
Structuring XML document
⌘I