Skip to main content
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