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 |
---|---|---|---|---|
IconType
|
Edm.Int32 | True | True | Picklist value for the type of icon (Info, Success, Failure, Warning, Mention, Custom). |
Expiry
|
Edm.Int32 | True | True | The number of seconds from when the notification should be deleted if not already dismissed. |
Actions
|
crmbaseentity | True | True | The notification actions used in the notification card. |
Body
|
Edm.String | True | False | The details about the notification. |
ToastType
|
Edm.Int32 | True | True | Picklist value for the type of toast (Timed vs Hidden). |
OverrideContent
|
crmbaseentity | True | True | Override data for the notification title, body, icon. |
Title
|
Edm.String | False | False | The title of the notification. |
Recipient
|
crmbaseentity | False | True | The receiver of the notification. |
Priority
|
Edm.Int32 | True | True | Picklist value for the priority of notification (Normal or High). |
Return type
Type | Nullable | Description |
---|---|---|
SendAppNotificationResponse | False | Contains the response of the SendAppNotification action. |