SmsLog

Stores a log of all the SMS messages sent from the Deputy install. SMS can be sent from Deputy for a variety of reasons such as offering shifts, updating shift status and contacting an employee directly.

Data Element

Data Type

What is it

Mandatory

Id

Integer

The unique internal id of the record

No

Destination

String

The phone number the message is being sent to

Yes

Message

Blob

The text of the message

Yes

Count

Integer

A text message can be sent as a single SMS or with multiple SMS (aka segments) depending on the number of characters of the message. Count refers to the number of segments (multiple SMS messages)

Yes

SmsId

String

The unique id of the sms message

Yes

DeliveryReport

String

A unique code sent in the message for the employee to accept the shift report

No

Creator

Integer

The identifier of the user who created the record

No

Created

DateTime

When the record was originally created

No

Modified

DateTime

The last time the record was modified

No