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
Actions
crmbaseentity True True

The notification actions used in the notification card.

Priority
Edm.Int32 True True

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

OverrideContent
crmbaseentity True True

Override data for the notification title, body, icon.

IconType
Edm.Int32 True True

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

Recipient
crmbaseentity False True

The receiver of the notification.

ToastType
Edm.Int32 True True

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

Title
Edm.String False False

The title of the notification.

Expiry
Edm.Int32 True True

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

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