Skip to main content
Skip table of contents

Set Incident Notes HTML

LAST UPDATED: AUG 27, 2024

Adds a note in HTML format to notes of the current incident.

READER NOTE

This command is only applicable within an Incident Playbook.

Implementation

System

Command Category

System Utility

Tags

INCIDENT INCIDENT NOTES

Inputs

Parameter Name

Required/Optional

Description

Sample Data

HTML Note

Optional

A note in HTML String.

CODE
<table class="cc-table horizontal-table">
  <tr>
    <td>192.168.1.242</td>
    <td>Low</td>
  </tr>
  <tr>
    <td>192.168.1.243</td>
    <td>High</td>
  </tr>
</table>

Output

Return Data

The returned result of this command. If some required parameters are not defined, this returned data could be empty. The returned result can be passed down directly to a subsequent command in playbooks.

SAMPLE DATA

JSON
Successful
Context Data

The response data from the utility command.

SAMPLE DATA

JSON
{
    "IncidentNumber": "TEST-INCIDENT-51",
    "ModifiedDate": "6/17/2021 1:30:35 PM",
    "Notes": "Test incident notes",
    "Result": "Succeed",
    "ModifiedBy": "D3 admin"
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.