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. […]
Triggering Automation Policies in RMM via Halo
In this guide we will cover: – How to Trigger Automation Policies in NinjaOne – How to Trigger Automation Policies in N-Central Custom Integration Runbooks in Halo can be leveraged to allow you to trigger Automation Policies in RMM tools from Halo. In this guide we outline how to set this up for NinjaOne and […]
Creating API Applications
In this guide we will cover: – API Details – Application Configuration Related Guides: Halo Integrator This guide outlines the configuration of Halo applications which can be used to connect applications to your instance of Halo via the API. API Details Navigate to Configuration > Integrations > Halo API to see the related configuration page. […]
Custom Integrations/Runbooks
In this guide we will cover: – Building blocks of runbooks – Log a Ticket when a Runbook Fails – Runbook Statistics – Worked Example – Actions that can be completed through the API – Using Previous output variables in subsequent steps The Building Blocks of Runbooks Create a New Runbook To create a runbook […]
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 Documentation on the Halo API can be found by going to your Halo URL and adding "/apidoc" to the end, or a full list of endpoints can be found here. We allow the exporting and importing of […]