Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Update a comment of a specified alert.
External DocumentationTo learn more, visit the Panther documentation.

Parameters

ParameterDescription
Alert IDThe alert ID the comment is associated with.
Comment IDThe ID of the comment. Can be obtained by using the List Alert Comments action.
ContentThe content of the comment.

Example Output

{
	"alertId": "text",
	"body": null,
	"createdAt": "text",
	"createdBy": {
		"id": "user",
		"type": "text"
	},
	"format": "PLAIN_TEXT",
	"id": "text",
	"updatedAt": "text",
	"updatedBy": {
		"id": "user",
		"type": "text"
	}
}

Workflow Library Example

Update Alert Comment with Panther and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop