Iterative Runbooks

In this guide we will cover: – General Runbook Configuration – Iterating through the runbook – Runbook Scheduling – Additional Information Runbooks can be used to iterate through an array of data. This can be achieved by following the guide below. The first thing to consider when configuring runbooks is the authorization of the API. […]

How to start using the Halo API

In this guide we will cover: – Navigating to the API Configuration – Creating an Application – Examples Navigating to the API Configuration Go to Configuration > Integrations > Halo API. Here you will see the Resource Server URL and the Authorisation Server URL as well as your tenant name (if applicable). Fig 1. API […]

Custom Integrations/Runbooks

In this guide we will cover: – Building blocks of runbooks  – Runbook Statistics – Worked Example  – Actions that can be completed through the API – Using Previous output variables in subsequent steps The Building Blocks of Runbooks Authentication an triggering a runbook Head to Configuration > Integrations > Custom Integrations > Integration Runbooks […]

Runbook: Update Status of Child Tickets

In this guide we will cover: – Creating a Runbook to Update Child Statuses Creating a Runbook to Update Child Statuses One of the useful functions of runbooks is updating the child tickets that are attached to the parent, it can be done through an iterative runbook using a Halo API Action. The finished Runbook […]

Connecting Through the API

In this guide we will cover: – Importing Data – Authentication – Resources and Data – Common Issues Connecting to our API could not be simpler. Building your own integration with Halo is all explained in our API documentation. This can be found by going to your Halo URL and adding "/apidoc" to the end.  […]