Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
ExtlClntAppNotificationSettings
Parent Type
File Suffix and Directory Location
ExtlClntAppNotificationSettings components have the suffix .ecaNotifications and are stored in the extlClntAppNotifSettings folder.
Version
ExtlClntAppNotificationSettings components are available in API version 64.0 and later.
Special Access Rules
There are no additional access requirements that are specific to this type.
Fields
| Field Name | Field Type | Description |
|---|---|---|
| externalClientApplication | string | Required. The name of the associated external client app. |
| label | string | Label for the external client app’s notification settings configuration. |
| notificationTypes | ExtlClntAppNotificationType[] | A list of notification types the external client app is subscribed to. Only notifications of these types are returned to the associated external client app via API or sent as push notifications. |
ExtlClntAppNotificationType
Represents a notification type that an external client app is subscribed to. Only custom notification types enabled for the mobile delivery channel are supported.
| Field Name | Field Type | Description |
|---|---|---|
| notificationType | string | Required. The API name of the notification type. |
| pushByDefault | boolean | Required. Indicates whether the notification type is
sent as a push notification on mobile devices.
To send a notification type as a push notification, you must also configure the ExtlClntAppPushSettings metadata type. |