HaloITSM

HaloITSM is an IT service management solution that helps businesses streamline the entire incident lifecycle, from ticket creation to issue resolution. By combining xMatters and Halo, you can automatically find and notify the right people to respond before an issue becomes an incident.

This workflow lets you send actionable alerts to on-call resources when xMatters gets a signal from HaloITSM. Responders can initiate an incident with the press of a button, or you can build on the flow to perform automated resolution tasks.

How it works

When an alert is generated in Halo, it sends a JSON-formatted webhook to xMatters, based on user-defined business rules. A HaloITSM Incidents trigger in xMatters parses the webhook based on whether a Halo ticket has an agent assigned or not, and initiates a flow that either creates a new incident or updates an existing one.

Install the workflow

  1. Go to the Workflow Templates page and click the HaloITSM tile.
  2. On the Set up the Workflow tab, give the workflow a name (this must be unique in your instance) and add an optional description.
    • You can edit these later, if needed.

  3. Click Next to set up the connection.
  4. Choose the authentication method. A trigger URL is generated based on the selected authentication method.
  5. Copy the trigger URLs — you’ll use them to configure the webhook in HaloITSM.
    • The trigger URL includes the recipients parameter, which specifies who should be notified. By default, this parameter is set to notify you (the logged in user), but you can set it to target any user or group you want.

  6. Copy the Configuration Payload to configure the signal in HaloITSM.
  7. Click Open Workflow to view and customize the workflow, or Close to return to the Workflows page.

Configure HaloITSM

To have Halo send alerts to the flow trigger you need to generate an API authentication token to obtain your Client ID, Client Secret, and Authorization Tenant. Then you can configure a webhook and set it to use the trigger URL you obtained from Flow Designer.

Configure xMatters to send updates to HaloITSM

To send updates to Halo, the workflow requires a valid Halo agent ID. The following instructions describe how to create a custom property for the agent ID, then store the information in constants in your xMatters workflow.

Set recipients in the trigger URL

The trigger expects the recipients in the trigger URL. When you copy the URL from xMatters, it includes the recipients parameter: recipients=<yourname>. Of course, you don’t want to receive all the alerts.

To change the recipients for alerts from this webhook, swap out your name for the people or groups you want to target.

  • For URL authentication, use an ampersand to attach recipients. For example, if you want to notify Emma Pearson and the on-call members in the group responsible for the Antares service, you'd add &recipients=epearson,antares to the URL.
  • For other authentication types, use a question mark to attach recipients. For example, if you want to notify Barry Gull and the on-call members in the group responsible for the Cassiopeia service, you'd add ?recipients=bgull,cassiopeia to the URL.

Remember to URL-encode any special characters, including spaces, in your group names.

We recommend using groups so you can take advantage of the xMatters group features — rotations, escalations, and absences — to reach the right on-call people to jump on an issue.

How to use the workflow

The HaloITSM workflow performs two-way communication between xMatters and HaloITSM. When condition you've set fires, it sends a signal to xMatters, which either creates a new incident or updates an existing one. When there is a change to the incident in xMatters, an update is sent back to HaloITSM.

Next Steps

Now that you've installed the workflow, you can use it as-is, or customize it to suit your needs better. Here are some examples of things you can add to the workflow to customize it: