Skip to main content

Celonis Product Documentation

Conexiom Connection [Extractor Builder]

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