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

Parameters

ParameterDescription
Alert IDsA comma-separated list of IDs of the alerts for which to add the note.
NoteThe note to be added to the alerts.

Example Output

{
	"data": [
		{
			"result": {
				"__typename": "AlertMutation"
			},
			"succeeded": true,
			"extensions": {
				"__typename": "ErrorExtensions"
			}
		}
	]
}

Workflow Library Example

Add Note to Alerts with Varonis and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop