SendSMSMOKeyword
Defines actions to take when the specified MO keyword is received.
View-Specific Information
Select
The component uses the Salesforce Marketing Cloud APIs to process the following WHERE clause operators for all but date-time values: =, !=, <>, >, >=, <, <=, IN. For date-time values, only > and < are supported. The component processes other filters client-side within the component.
For example, the following (but not only) queries are processed server side:
SELECT * FROM SendSMSMOKeyword WHERE Client_ID = 123 SELECT * FROM SendSMSMOKeyword WHERE Client_ID IN (123, 456) SELECT * FROM SendSMSMOKeyword WHERE CreatedDate > '2017/01/25'
Columns
| Name | Type | Description |
| Client_ID | Int | The Id of the client. |
| CreatedDate | Datetime | Read-only date and time of the object's creation. |
| ModifiedDate | Datetime | Indicates the last time object information was modified. |
| NextMOKeyword_CustomerKey | String | Defines the customer key of the next MO keyword to use in an SMS conversation. |
| CustomerKey | String | User-supplied unique identifier for an object within an object type. |
| ObjectID [KEY] | String | System-controlled, read-only text string identifier for object. |
| IsDefaultKeyword | Bool | Specifies if account defaults to this SMS keyword action if no other options are available. |
| Message | String | Contains contents of results message. |
| ScriptErrorMessage | String | Defines message to deliver to subscriber in case of an error in the SMS conversation. |