last updated: October 22, 2025
Add or update quick actions on the incident overview. Quick actions are pre-defined, ad-hoc commands that can be executed directly. If an action with the same name already exists, it will be overridden.
|
Implementation |
Python |
|
Command Category |
System Utility |
|
Tags |
N/A |
Inputs
|
Parameter Name |
Required/Optional |
Description |
Sample Data |
|---|---|---|---|
|
Incident number |
Required |
The incident number where the quick actions will be added or updated. |
20241105-12 |
|
Quick actions |
Required |
A structured JSON array containing the details of quick actions to be added or updated. Each quick action should include fields such as the "ActionName", "CommandName", "IntegrationName"(optional), "ConnectionName"(optional), and "CommandParameters". |
|
Output