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
Expiry
Edm.Int32 True True

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

ToastType
Edm.Int32 True True

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

Body
Edm.String True False

The details about the notification.

Recipient
crmbaseentity False True

The receiver of the notification.

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

Title
Edm.String False False

The title of the notification.

Priority
Edm.Int32 True True

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

Actions
crmbaseentity True True

The notification actions used in the notification card.

Return Type

Type Nullable Description
SendAppNotificationResponse False The SendAppNotification action returns the following value.

See also