sendNoteToIncident
A Workflow Engine function that sends a request to the corresponding outbound integration workflow to post a message to the incident for the named service. By default, the function uses the contents of workflowContext noteText key. You can override this behavior using the either of the optional noteText
or templateName
arguments.
This function is available as a feature of the Add-ons v2.2 download and later.
This function is available for alert and Situation workflows.
Back to Workflow Engine Functions Reference.
Arguments
Workflow Engine function sendNoteToIncident
takes the following arguments:
Name | Required | Type | Description |
---|---|---|---|
| yes | string | The name of the incident integration; has the value alertops. |
| no | string | An instance name for integrations supporting multiple instances; defaults to the first instance. |
| no | string | An integration template which populates the messages. The function uses the |
| no | string | Text which posts when |
| no | object | A JavaScript object that passes any additional arguments as context to the workflow and adds them to the existing workflow context. |