Share via


SendAppNotification Action

Sends an app notification to the recipient.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
ToastType
Edm.Int32 True True

Picklist value for the type of toast (Timed vs Hidden).

IconType
Edm.Int32 True True

Picklist value for the type of icon (Info, Success, Failure, Warning, Mention, Custom).

Actions
crmbaseentity True True

The notification actions used in the notification card.

Expiry
Edm.Int32 True True

The number of seconds from when the notification should be deleted if not already dismissed.

Title
Edm.String False False

The title of the notification.

OverrideContent
crmbaseentity True True

Override data for the notification title, body, icon.

Priority
Edm.Int32 True True

Picklist value for the priority of notification (Normal or High).

Recipient
crmbaseentity False True

The receiver of the notification.

Body
Edm.String True False

The details about the notification.

Return type

Type Nullable Description
SendAppNotificationResponse False Contains the response of the SendAppNotification action.

See also