Connecting to Conexiom (extractor)
The Celonis Conexiom extractor integrates the Celonis Platform with Conexiom’s order automation platform to retrieve alerts, documents, buyers, and related data via the REST API, which can then be used for process mining and analysis. It supports the following basic features:
Prerequisites
This section details important prerequisites or prerequisite knowledge for using this extractor.
The Conexiom REST API uses the OAuth 2 authentication method. To establish a connection to Conexiom, you must provide the following information:
API URL
HubCo ID
OAuth2 fields: Username, Password, Client ID, and Client Secret.
The default Conexiom extractor allows you to call these endpoints:
Method | Endpoint | Description |
---|---|---|
GET | Alerts | List of all Alerts for the given HubCo. |
GET | Alert per Document | Information about one specific Alert per Alert ID. Depends on endpoint: Alerts |
GET | SpokeCos per HubCo | List of all SpokeCos for the given HubCo. Request parameter: lastModifiedFromDate (for Delta Filter) |
GET | Documents per SpokeCo | List of all Documents for the given SpokeCo ID. Depends on endpoint: SpokeCos per HubCo Request parameter: ProcessedOnFromDate (for Delta Filter) |
GET | Document Data | Information about one specific Document per Document ID. Depends on endpoint: Documents per SpokeCo |
GET | Filelist | List of all files for the given Document ID. Depends on endpoint: Documents per SpokeCo |
GET | Buyers | List of all buyers for the given SpokeCo ID. Depends on endpoint: SpokeCos per HubCo |
GET | Addresses | List of all addresses for the given SpokeCo ID. Depends on endpoint: SpokeCos per HubCo |
GET | SpokeCos | Information about one specific SpokeCo per SpokeCo ID. Depends on endpoint: SpokeCos per HubCo |
For further information about Conexiom, see: Conexiom Knowledge Base.
Configuring the Conexiom extractor
This section describes the basic setup of configuring the Conexiom extractor. To configure the extractor:
Note
For configuration, the Conexiom extractor has required OAuth2 related fields. For more information, see Conexiom authentication methods.