We're happy to announce the addition of message ignore rules to CheckCentral. With these rules, users with manager or administrator permissions can configure custom rules that will block messages from being processed by your CheckCentral account. Ignore rules will prevent unwanted emails from showing up in your dashboard as unmatched messages, making sure that only the information you care about is reported on! From the new ignore rules page under your organization menu, you can set up the rules just like you would configure the criteria for an individual check. You can also create multiple rules, to configure your ignore list exactly as you need it.

Setting up an ignore rule
Email messages ignored by these rules will be retained for a short period of time (currently one week) so that you can easily adjust a rule that catches a message that should no longer be ignored. Processing those ignored messages into your CheckCentral account is only a click away! The "reprocess" button for the list of ignored messages will re-run those messages through CheckCentral's message parsers and add it your your dashboard if it no longer matches your ignore rules.

Example ignore rules and ignored messages
If you have feedback or questions regarding CheckCentral, please let us know!
We're happy to announce an accessibility update for CheckCentral: customizable status colours. If the green/yellow/red colour set is difficult to use, you can now specify alternative colours to represent success, warning, and failure. For instance, someone who is red-green colourblind can adjust the success and failure colours to ensure that their dashboard remains easy to check at a glance.

Dashboard with custom colours
These settings are unique for each person, so every user can configure a colour set that works for their needs. You can change your status colours on your account page:

Custom status colours
If you have feedback or questions about these updates or anything else regarding CheckCentral, please contact us!
We're excited to announce new API endpoints! These new endpoints now provide the ability to edit your checks and other objects through the CheckCentral API. You can now modify existing items similarly to creating them by calling the new endpoints:
- modifyCheck
- modifyCheckGroup
- modifyDashboard
- modifyPermission
- modifyUser
- modifyUserGroup
Further information on each endpoint is available on your API documentation page!
If you have feedback or questions about this update or anything else in CheckCentral, please
let us know!
We're excited to announce a new option available for custom dashboards. The "user object" setting will display the check groups and checks available to the selected user or user group, without having to manually select those check groups or update them as that user's or user group's access permissions change. To help test this feature - or to verify the permissions set for an object - admins can generate and view dashboards from the point of view of a selected user or user group with the "Test Dashboard" links.

User object test dashboard
If you have feedback or questions about this update or anything else in CheckCentral, please let us know!
We're excited to announce a new option for check conditions: regex matching! For those complicated conditions that need detailed matching, you can now use the power of regular expressions to help match exactly what you need. A regex reference and tester can be found at http://regexstorm.net/

Regex success condition
If you have feedback or questions about this update or anything else in CheckCentral, please let us know!
We have added the option to change your organization's date and time formatting: you can now choose between 24-hour clock and 12-hour clock display, and several date formats. If you have alternative formats you would prefer to use, please let us know! These settings apply across your organization, and can be configured by administrators on the organization's settings page.

Date and time formats for organizations
In addition, we now provide several new options for creating activity reports. Any search on the activities page can be saved to a PDF or CSV file, and the checks page includes the option to save a comprehensive history of your organization's activity history. The "Export Check History" option on the checks page will generate an archive of CSV files detailing the activities processed by CheckCentral over the selected period.

Check history export configuration
We also made some adjustments to subscription management to simplify changing your subscription level and added support for payments with American Express cards. If you have feedback or questions about these updates or any aspect of CheckCentral, please get in touch!
We're excited to announce a number of recent updates to CheckCentral!
We've updated nearly all the pages on CheckCentral to include pagination and filtering to ensure that your data is always easily available. As your organization grows, you will always have fast and simple access to your checks, groups, and more. You can also search for checks by name on your dashboard, to help you get to the information you need as fast as possible!

Pagination example on the checks page
For organizations looking to automate the set up of their data, the CheckCentral API now supports create and delete endpoints to manage your checks, groups, and users. Access to these endpoints is restricted to API tokens granted the appropriate permissions. As well, we have also added authentication tokens tied to user accounts, which provide access through the API to only the data that that user is permitted to read or modify.

API Access Tokens
We've also made many other updates, such as an option to pre-sort newly created check groups in alphabetical order, improvements to PDF reports, the ability to configure Slack notifications for specific check groups, and notification emails now include the original message's attachments.
If you have feedback or questions about these updates or any aspect of CheckCentral, please let us know!
We're happy to announce that we're rolling out some updates to the CheckCentral mobile apps! The apps are updated with a new framework, and most of the changes are behind the scenes improvements. Here's the full list:
- Improved device support (including support for Amazon devices)
- The Microsoft Store (UWP) app now supports push notifications
- We've made some reliability improvements to the push registration process
- The Android apps have been posted to the Play Store and Amazon App Store, and iOS is coming soon
If you're not already using the CheckCentral mobile app, we encourage you to try it out. As always, if you have any feedback, we'd love to hear from you!

CheckCentral Mobile App
The CheckCentral API provides an endpoint for adding users programmatically. All of the configuration options are available through the API, detailed below. To add a new user through the API, you will require an API token for your organization with Read/Write access. Organization administrators can create tokens through the API portal on your dashboard.
The endpoint is located at https://api.checkcentral.cc/createUser/?apiToken=APITOKEN
where the APITOKEN placeholder is replaced with your valid token. The request must be made with the Content-Type
header set to application/json
. The body of the request should contain the properties below to configure the new user's settings. Any properties not passed will be set to their default value.
For example, to add a new user you could send the following json in the body of the request:
The user data must include an email
property as well as an accessLevel
at minimum.
The complete list of possible properties for user creation are as follows:
User Structure
NotificationConfig
We’re pleased to announce some great new CheckCentral features that have recently been rolled out. These new features make organizing your checks and users easier than ever.
NEW! Creating User Groups, Setting Security on Check Groups
It is now possible to manage access to your individual CheckCentral check groups thanks to the introduction of user groups, and check group permissions. To get started, simply head to the user groups page via the Organization tab to quickly create new user groups.

Create User Group
Once you have user groups created, they can be used to assign permissions to a check group. Simply visit the check groups page (under the Checks tab) and select the check group you’d like to modify the permissions for. You’ll see a Permissions section where you are able to add a permissions entry for your new user group, specifying what level of access that group should have.

Add Permission
NEW! Improved Organization via Labels
You can now set labels on your checks. Checks with the same label will be grouped together on the Dashboard and Checks page, allowing you to organize checks within a check group.

Check Labels
You’ll see the new Label field when creating or editing a check. You can also set labels in bulk via the Checks page.
Improvements to custom dashboards and more!
Custom dashboards can now be configured to only display specific check groups, making your custom dashboards even more flexible.
As always, we welcome your feedback about these updates, as well as the service as a whole, so please feel free to reach out.