SendEmailMOKeyword
Defines the action that sends a triggered email message in response to a mobile-originated (MO) message in Salesforce Marketing Cloud. This view maps keywords in Short Message Service (SMS) messages to corresponding triggered email sends for integrated cross-channel automation.
View-Specific Information
Select
The connector 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 connector processes other filters client-side within the connector.
For example, the following (but not only) queries are processed server side:
SELECT * FROM SendEmailMOKeyword WHERE Client_ID = 123 SELECT * FROM SendEmailMOKeyword WHERE Client_ID IN (123, 456) SELECT * FROM SendEmailMOKeyword WHERE CreatedDate > '2017/01/25'
Columns
| Name | Type | Description |
| Client_ID | Int | Specifies the identifier (Id) of the client that owns or administers the mobile-originated (MO) keyword configuration. |
| CreatedDate | Datetime | Specifies the date and time when the MO keyword configuration object was created. This value is system-generated and read-only. |
| ModifiedDate | Datetime | Indicates the date and time when the MO keyword configuration object was last modified. This value reflects administrative or automated updates. |
| CustomerKey | String | Specifies the user-supplied unique Id for the MO keyword configuration within its object type. This Id is required for API access and cross-object references. |
| NextState_CustomerKey | String | Specifies the customer key that is associated with the next workflow state that is executed after this keyword is processed. |
| IsDefaultKeyword | Bool | Returns a value of 'true' when the system defaults to this SMS keyword action because no other keyword options are available. It returns a value of 'false' when the system does not treat this configuration as the default keyword action. |
| SuccessMessage | String | Specifies the Short Message Service (SMS) message that is sent to the mobile user when a triggered email send succeeds as a result of the keyword action. This message confirms that the requested email operation was successful. |
| MissingEmailMessage | String | Specifies the SMS message that is sent when an MO keyword submission does not include a valid email address. This message prompts the user to provide correct information. |
| FailureMessage | String | Specifies the SMS message that is sent to the mobile user when the system attempts but fails to send the triggered email that is associated with the keyword action. This message informs the user of the failure. |
| TriggeredSend_CustomerKey | String | Specifies the customer key that is associated with the triggered send definition that is executed when this keyword is received. |