API Reference

Get a message

Get information about a specific message.

Log in to see full request history
Path Params
string
required

The unique ID of the message.

Headers
string
Defaults to cs, en-gb;q=0.8

The unique ID of the language code by ISO 639-1.

Responses

Response body
object
data
object

Message resource.

string

The unique ID of the message.

integer

The status ID of the message.
Possible values are: 0 - message was not send / 1 - message was send successfully / -1 - message was not received (it was returned) / -2 - message was not received (soft bounce) / 2 - an error occurred while sending / 4 - customer has no agreements (GDPR)

1 -1 -2 2 4

string
required

The unique ID of the message_template.

string
required

The unique ID of the card holder.

string

Email address or phone number of customer in case of send message to different contact than customer has in database.

string

Subject of the email message/ Title of notification message / Preview of the text message . Mandatory only in case of email template.

string

Date and time when message was send from server to recipient. (YYYY-MM-DD HH:MM:SS)

string

Date and time when message was opened by recipient. (YYYY-MM-DD HH:MM:SS)

string

User agent of the mail client application where message was opened.

string

Language of the mail client application where message was opened.

integer
required

The unique ID of the communication channel. Possible values are: 1 - email / 2- SMS / 4 - PUSH notification (Apple or Google)/ 5 - internal system notification

1 2 4 5

message_data
array of objects

Message data could contains array of customized parameters. They may have influence on message display or add values to message.

message_data
object
string
required

Name of the parameter.

string
required

Value of the parameter.

attachments
array of objects

List of the attachments for the message. A single attachment has a size limit of 1 MB. File type restrictions: .jpg, .jpeg, .png, .gif, and .pdf.

attachments
object
string
required

Method how to upload attachment file.

url base64

string
required

File data to upload. It could URL address of the file or BASE64 encoded file.

integer

CareCloud can cache the attachment for a certain amount of minutes. If the cache parameter is not set, the attachment is not cached, and it's deleted after the message is sent.

string

Date and time of the last change. (YYYY-MM-DD HH:MM:SS)

429

Too many requests - more than the resource limit.

503

Temporary state when the service is temporarily unavailable, overloaded or there is a maintenance window.

Language
Credentials
URL