MessagingVendorKind
[DEPRECATED] Contains vendor details for Short Message Service (SMS) or voice messaging providers that are integrated with Salesforce Marketing Cloud. Each record identifies a messaging vendor and its communication channel type.
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 MessagingVendorKind WHERE Id = 123 SELECT * FROM MessagingVendorKind WHERE Id IN (123, 456) SELECT * FROM MessagingVendorKind WHERE CreatedDate > '2017/01/25'
Columns
| Name | Type | Description |
| ID [KEY] | Int | Specifies the read-only identifier (Id) that uniquely identifies the messaging-vendor kind record. |
| Vendor | String | [DEPRECATED] Provides the legacy vendor name that was historically associated with a messaging-vendor configuration. |
| Kind | String | [DEPRECATED] Provides the legacy classification or type that was historically applied to the messaging-vendor record. |
| IsUsernameRequired | Bool | [DEPRECATED] Returns a value of 'true' when the legacy messaging-vendor configuration requires a username for authentication. It returns a value of 'false' when a username ks not required. |
| IsPasswordRequired | Bool | [DEPRECATED] Returns a value of 'true' when the legacy messaging-vendor configuration required a password for authentication. It returns a value of 'false' when a password was not required. |
| IsProfileRequired | Bool | [DEPRECATED] Returns a value of 'true' when the legacy messaging-vendor configuration required an associated user profile. It returns a value of 'false' when no profile was required. |
| CreatedDate | Datetime | Specifies the date and time when the messaging-vendor kind record was created. |
| ModifiedDate | Datetime | Indicates the date and time when the messaging-vendor kind record was last modified. |