SmsEventParams

public final class SmsEventParams

Possible Sms Event payloads (ie: params)

Fields

CONFIG

public static final String CONFIG

Config that was used for this message

CUSTOM_PARAMS

public static final String CUSTOM_PARAMS

map of custom parameters

DELIVERY_TIME

public static final String DELIVERY_TIME

time at which this SMS should be sent

FAILURE_COUNT

public static final String FAILURE_COUNT

internal SMS failure counter

MESSAGE

public static final String MESSAGE

the text content of the SMS message

MOTECH_ID

public static final String MOTECH_ID

MOTECH unique message id

PROVIDER_MESSAGE_ID

public static final String PROVIDER_MESSAGE_ID

provider unique message id

PROVIDER_STATUS

public static final String PROVIDER_STATUS

provider provided SMS delivery status, sometimes holds more information than what MOTECH models

RECIPIENT

public static final String RECIPIENT

incoming SMS recipient (phone number)

RECIPIENTS

public static final String RECIPIENTS

list of recipients (phone numbers)

SENDER

public static final String SENDER

incoming SMS sender (phone number)

TIMESTAMP

public static final String TIMESTAMP

date & time when this event happened

TIMESTAMP_DATETIME

public static final String TIMESTAMP_DATETIME

date & time when this event happened

TIMESTAMP_TIME

public static final String TIMESTAMP_TIME

UTC time when this event happened