Compartilhar 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).

Actions
crmbaseentity True True

The notification actions used in the notification card.

Body
Edm.String True False

The details about the notification.

Expiry
Edm.Int32 True True

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

Recipient
crmbaseentity False True

The receiver of the notification.

Priority
Edm.Int32 True True

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

Title
Edm.String False False

The title of the notification.

IconType
Edm.Int32 True True

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

OverrideContent
crmbaseentity True True

Override data for the notification title, body, icon.

Return type

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

See also