NotificationsApiClient
Provides REST client methods for a variety of notifications API endpoints.
Notifications Types:
/connect/notifications/typesNotifications Actions:
/connect/notifications/${notificationId}/actions/${actionKey}
See https://salesforce.quip.com/KGU3ALoXRCjK#RcfABAPLVfg TODO: Replace the documentation link with the final documentation. ECJ20250310
Parameters
restClient
The REST client to use
Functions
Link copied to clipboard
Submit a request to the Notifications API Types endpoint.
Link copied to clipboard
fun submitNotificationAction(notificationId: String, actionKey: String): NotificationsActionsResponseBody?
Submit a request to the Notifications API actions endpoint.