Skip to main content

Comment Incident

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