How to integrate with our Channels API for SMS/MMS Messaging
Summary
SMS (Short Message Service) is a messaging channel that allows businesses to communicate with customers through text messages on their mobile devices. With SMS, businesses can quickly and easily reach a large number of customers and automate their communication processes.
In addition in the United States and Canada it is also possible to send media messages through MMS (Multimedia Message Service).
Installation
To send SMS messages you will need an SMS capable number and this will need to be installed as an SMS channel. If the number is also MMS capable you will also be able to send media messages though the channel.
Checking if a channel is MMS capable
You can validate if a channel is MMS capable by the capabilities object that is returned in the GET channel request
Get channel
get
Retrieve a specific workspace channel
Authorizations
HTTPRequired
Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')
Path parameters
workspaceIdstring · uuidRequired
The ID of the workspace
channelIdstring · uuidRequired
The ID for a channel
Responses
200
OK
application/json
404
The request did not pass validation
application/json
get
/workspaces/{workspaceId}/channels/{channelId}
If the channel is MMS capable, the following capabilities will show as active (otherwise inactive)
capabilities.messaging.outgoing.mms.status = active
capabilities.messaging.inbound.mms.status = active