- Print
To download the app, visit: Library
Introduction
eMaint Computerized Maintenance Management System (CMMS) is an award-winning software for work orders, PM scheduling, asset management, spare parts inventory, condition monitoring, and much more.
Purpose
Connect with eMaint platform thorugh REST API, modifying records, retrieven all kind of order and Item informations, and so much more.
API Doc
The following Connector Function highlighted in this document have leveraged eMaint API Docs.
Pre-Requisites
Sign up for an account at eMaint and download the connector from the library.
Tulip Connection Details
The following information would need to be configured on Tulip's HTTP connector.
Running On: Cloud Connector Host
Host: x46.emaint.com
Port:443
TLS: Yes
Authentication: OAuth 2 (Bearer Token)
Bearer - xxxxxxxxxxxxxxxxxxxxx
Headers: Accept - application/json
Prebuilt Connector Functions
Get Bearer Token
Generated tokens are valid for 7 days and are paired with the Xt-UserAgent header variable that was used to generate the token. Therefore you have to always specify not just the token but also the same Xt-UserAgent in the header of each subsequent API call.
Add record
Adds a new table record with the data provided in “payload” json object
Adjust Inventory Item Quantities
Use this method to set or adjust on-hand quantities of an existing inventory item
Sign off WorkOrder
Use this method to sign off a work order.
Sign on WorkOrder
Use this method to sign on to a work order.