Newer Version Available
ExtlClntAppNotificationSettings
Parent Type
This type extends the Metadata metadata type and inherits its
fullName field.
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. |