Skip to main content

Celonis Product Documentation

Conexiom Connection [Extractor Builder]

Important

Any references to third-party products or services do not constitute Celonis Product Documentation nor do they create any contractual obligations. This material is for informational purposes only and is subject to change without notice.

Celonis does not warrant the availability, accuracy, reliability, completeness, or usefulness of any information regarding the subject of third-party services or systems.

Conexiom provides a sales order automation software that allows companies to intelligently automate their sales orders with 100% accuracy.

Extractor Details
Connection and Authentication

To establish a connection, the user must specify the API URL (e.g.https://dev65.conexiom.net/Conexiom.API) and the id of the HubCo the user wants to connect. One connection is always tied to one specific HubCo.

The Conexiom REST API uses standard OAuth 2.0 authorization. The user must provide the following authentication details:

  • Username

  • Password

  • Client ID

  • Client Secret

Used Endpoints
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