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.

The Post Incident Comment API adds a comment to a particular incident (based on incident ID).

Parameters

ParameterDescription
ContentContent of comment.
Incident IDUnique ID of the incident.

Example Output

{
	"data": {
		"content": "Content of comment.",
		"id": "Unique ID of comment."
	}
}

Workflow Library Example

Comment Incident with Authomize and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop