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.

Create a comment for a specified alert.
External DocumentationTo learn more, visit the Panther documentation.

Parameters

ParameterDescription
Alert IDThe alert ID the comment is associated with.
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

Create Alert Comments with Panther and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop