Add an Alert to an Application
Overview
An alert is a system tag that cannot be removed by a user. This action allows you to add an alert to an application.
Action Type
add_app_alert
Required Data
app_id
The id of the application for which to add the alert.alert_text
The text for the alert to be added.
Optional Data
None.
Example Request Payload
{
"type": "add_app_alert",
"data": {
"app_id": 3640,
"alert_text": "This alert was added via API!"
}
}
Usage
Upon execution of the action, you will see the alert applied to the application:
Updated over 4 years ago