Welcome to Mercury 365
Integrate with the world's leading facilities management platform!
Integrate with the world's leading facilities management platform!

Easily integrate your system events with our workflow to add world class service management to your business
Subscribe to our system events to easily respond to changes in your system when our world class technicians deliver our services
Through our management layer, you can extract statistics, logs & reports to help you measure results and KPI's.
Managing energy efficiency in every aspect of your business.
Managing energy efficiency in every aspect of your business.
Creating essential spaces that improve everyday experiences.
Constructive solutions delivered in cost-effective and efficient ways.
Our Mercury 365 platform provides an extensive set of integration points to allow our partners to send information to us and have our system act on or or to listen to events we'll send out when things change at our end.
Subscribe to our event hub, or register with our web hooks and use our inbound API's to full effect with our extensive feature set and top class documentation to get up and running as quickly as possible.
We provide event notifications for a variety of events within our system from the creation of new work orders to the updates of fixed Assets, we have you covered.
In addition, we have API's for Energy Management, Asset Management and other specialist services that you can utilise to improve your business workflows, energy efficiency and other key areas.
Our API's usually adopt a ReST approach and accept JSON payloads as an input, returning you some form of JSON as a result set, making modelling and consuming the API's very easy. The example on the right demonstrates an example of what a event information could be returned for a Work Order..
POST /api/workorder
{
"id": "CUST-001",
"from": "2022-05-23 09:00",
"to": "2022-05-26 17:00",
"description": "General repairs",
"priority": "Critical"
}
Powered by Azure API Management.