Comment Incident
The Post Incident Comment API adds a comment to a particular incident (based on incident ID).
Parameters
Parameter | Description |
---|---|
Content | Content of comment. |
Incident ID | Unique 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
Preview this Workflow on desktop