External DocumentationTo learn more, visit the Varonis documentation.
Actions
Add Note To Alerts
Add a note to specified alerts.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Alert IDs | A comma-separated list of IDs of the alerts for which to add the note. |
| Note | The note to be added to the alerts. |
{
"data": [
{
"result": {
"__typename": "AlertMutation"
},
"succeeded": true,
"extensions": {
"__typename": "ErrorExtensions"
}
}
]
}
Was this page helpful?