Health bars are a clear way of communicating the health of a template, an integration, or a run. It is a quick way to view the status of your integrations. The health bar appears throughout the integration view.
It has five different sections denoted by different colors, as shown and explained below.
It has five different sections denoted by different colors, as shown and explained below.
- Green is for 2xx Success which means that the request was successfully received, understood, and accepted.
- Yellow is for Loop Prevented which means we received an event from a service which would’ve caused an infinite loop
- Blue is for 3xx Redirection which is for when the server asks to go to another URL.
- Purple is for 4xx Client Errors which means that the request contains bad syntax or cannot be fulfilled.
- Pink is for 5xx Server Errors which means that the server has failed to fulfill a request.
Template-Level
At the Template level, your health bar shows the aggregate status of all runs inside that template. A run means to execute a program or to operate. In this case, a run is any flow in a template, for example, an initial import is one run, creating a contact is another run, and so on.


User-Level
At the User level, your health bar shows the aggregate status of all runs under that user, as shown below.
Integration-Level
At the Integration level, it will show an aggregate for all the runs inside that integration, as shown below.
Hovering over a point in the bar will show the labels (e.g. 2xx Success) for the total number of occurrences (e.g. 1232) and their percentage (e.g. 32%); as shown in the image above.
Run-Level
At the run level, you can see the aggregate status of all the steps performed under a particular run. Clicking a particular color in the bar at any level, will lead to a filtered view of that status code, as shown below.