CData Python Connector for Salesforce Marketing Cloud

Build 25.0.9454

UnsubscribeFromSMSPublicationMOKeyword

Defines the keyword that subscribers can use to unsubscribe from a Short Message Service (SMS) publication list in Salesforce Marketing Cloud. This configuration supports opt-out workflows and compliance with mobile communication regulations.

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 UnsubscribeFromSMSPublicationMOKeyword WHERE Client_ID = 123

SELECT * FROM UnsubscribeFromSMSPublicationMOKeyword WHERE Client_ID IN (123, 456)

SELECT * FROM UnsubscribeFromSMSPublicationMOKeyword WHERE CreatedDate > '2017/01/25'

Columns

Name Type Description
Client_ID Int Specifies the identifier (Id) of the client account that is associated with the keyword configuration for mobile-originated (MO) messages in the Short Message Service (SMS) system.
CreatedDate Datetime Specifies the read-only date and time when the SMS MO keyword configuration record was created.
ModifiedDate Datetime Indicates the date and time when the SMS MO keyword configuration record was last modified.
CustomerKey String Specifies the user-supplied unique Id for the SMS MO keyword configuration.
NextMOKeyword_CustomerKey String Specifies the customer key of the next MO keyword that is used to continue an SMS conversation flow.
IsDefaultKeyword Bool Indicates whether the account defaults to this SMS keyword action when no other keyword-specific option is available. It returns a value of 'false' when the account does not default to this SMS keyword action.
AllUnsubSuccessMessage String Contains the message that is sent to the subscriber when they successfully unsubscribe from all SMS publication lists.
InvalidPublicationMessage String Specifies the message that is sent when a subscriber attempts to subscribe to or unsubscribe from a publication list that does not exist or cannot be identified.
SingleUnsubSuccessMessage String Contains the message that is sent to the subscriber when they successfully unsubscribe from a single SMS publication list.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454