Sent sms messages

Retrieve a sent SMS message

get/sent_sms_messages/{id}

Path parameters

idstring required

The ID of the sent SMS message

Response

A SentSmsMessage object

idstring required

The ID of the sent SMS message

created_atstring required

The time when the SMS was created in ISO 8601 format

customerstring nullable required

The ID of the customer that was sent the SMS message

businessstring nullable required

The ID of the business that sent the text message

to_phone_numberstring required

The phone number the SMS was sent to

messagestring required

The content of the SMS message

mmsboolean required

Whether the text message went over MMS, e.g. included an image

num_segmentsnumber required

The number of text segments used

sent_atstring nullable required

The time when the SMS was sent in ISO 8601 format

twilio_message_sidstring

Twilio's returned message SID

telgorithm_message_sidstring

Telgorithm's returned message SID

campaignstring

The ID of the campaign that sent the SMS message. Only present if the SMS message was sent as part of a campaign

triggerstring

The ID of the trigger that sent the SMS message. Only present if the SMS message was sent as part of a trigger

Changes

No recorded changes to this endpoint across all 1 revision of this API.