Overview
With the new Connector section in Operations1, we are laying the foundation for simple and scalable integrations with external systems. This eliminates the need to set up complex integration projects or manually create data such as work orders. In just a few steps, systems like ERP or MES solutions can now be connected, enabling automated data transfer.
The first available connector in this section is the Order Connector, which has been specifically developed to automatically generate work orders based on externally provided data.
What is the Connector Section?
The Connector section is a central part of the system settings in Operations1. It allows you to manage and configure integrations via predefined or custom connectors.
The Order Connector in Detail
The Order Connector is designed to automatically create production, manufacturing, maintenance, or service orders in Operations1—based on data from ERP, MES systems, or other data sources. By using structure class attributes, all relevant documents are added to the order. This also allows for dynamic mapping of variants at the order level.
Benefits
System-independent: Works with any REST-enabled system
Flexible: Supports various types of work orders
Quick to deploy: No development required; a configuration and simple data mapping are sufficient
Common Use Cases
Automatic import of production orders from the ERP system (e.g., SAP)
Synchronization with MES to import planned maintenance tasks
Integration of external databases for special-purpose orders
Setting Up the Order Connector
Step 1: Open the Connector Section
Navigate to the system settings.
Click on “Connectors” in the menu.
You will see an overview of available connectors.
Step 2: Add a Connector
Click “Add Connector.”
Select “Order Connector” from the dropdown menu.
Click “Add.”
Step 3: Configuration
Once added, the configuration screen will open, guiding you through the following steps:
Payload Example: This example illustrates the basic structure of the required data set from the external source.
Data Mapping: Link external fields with fields in Operations1 (e.g.,
orderTitle
→Title
).Definition of Structure Classes: In the “Document Selection” section, you define which attributes are used to select the necessary documents for the order in Operations1. For example, if SAP provides specific values like
"locationId": "123"
and"equipmentNumber": "E36723"
and there are matching documents in Operations1 under the structure classes "Location" and "Equipment" with the attributes "123" and "E36723" respectively, those documents will be added to the order. The selection is always based on an AND condition, meaning both attributes must match.
Step 4: Activate and Test
After configuration is complete, you will receive a sample payload (attributes may still need to be adjusted), along with a bearer token and a URL.
Using this information, an initial test can be performed. A POST request must be executed, and the version included in the header. For testing, the request feature in our Developer Portal is a helpful tool.
The created work orders will then be immediately available in the system.
If, for example, no documents matching the classification are found, or if the request contains an error, additional details will be provided in the request response.
Support & Extensions
👉 Talk to your Customer Success Manager to clarify any questions on your way to the first system integration.
Conclusion
The new Connector section—and in particular the Order Connector—offers significant value for anyone looking to digitize and automate their processes. Without any development effort, external systems can be connected, and relevant data can be integrated into Operations1.
The Order Connector makes it easy, safe, and efficient to get started with automated order processing.