This connector is a good starting point that implements a core set of the service's most common functions. You should expect to extend it by adding functions for the specific endpoints your workflow requires. Additionally, some configuration may be required in MRPeasy to establish a connection with Tulip. Please review our connector framework to learn more about how to build and modify connectors in Tulip.
To download the app, visit: Library
Introduction
MRPeasy is a lightweight MRP (Material Requirements Planning) for planning and scheduling production in a variety of operations. It is commonly geared towards small to midsize enterprises.
Purpose
Connect MRPeasy to Tulip to query schedules, master data on materials and inventory, work order status, and more.
API Doc
The following Connector Function highlighted in this document have leveraged MRPeasy API Docs.
Pre-Requisites
Sign up for an account at MRPeasy and add 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: api.mrpeasy.com
Port:443
TLS: Yes
Authentication: Basic Auth
Example Prebuilt Connector Functions
GET - Manufacturing orders
Query and filter manufacturing orders to execute them with frontline operations Tulip apps
GET - Inventory Items
Understand real-time inventory visibility based upon MRPeasy inventory records
GET - Bill of Materials
Query bill of material (BOM) details on MRPeasy for a clear single source of truth on assembly details
Next Steps
- Learn more about MRPeasy here
- Learn more about connectors here