The Messages resource lets you send SMS/MMS messages and view messages that were previously sent or received.
Read More about Messaging in the FAQ
https://api.catapult.inetwork.com/v1/users/{userId}/messages
Verb | Path | about |
---|---|---|
GET |
/v1/users/{userId}/messages |
Get a list of previous messages |
POST |
/v1/users/{userId}/messages |
Send message |
GET |
/v1/users/{userId}/messages/{messageId} |
Get information about a message |
PATCH |
/v1/users/{userId}/messages/{messageId} |
Redact text on a message |
To receive callbacks for incoming text messages (both SMS and MMS). You need to have:
- A Bandwidth Application configured to send callbacks to your server.
- Assign the phone number to that application.
- Use SMIL as an xml media attachment to control message presentation.