Connecting to Ironclad (extractor)
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.
The Celonis IronClad extractor integrates the Celonis Platform with Ironclad to retrieve workflow and record data via the REST API. It supports the following basic features:
Prerequisites
This section details important prerequisites or prerequisite knowledge for using this extractor.
The Ironclad REST API uses a bearer token for authentication. For more information about the bearer token, see: Ironclad Developer - Bearer Authentication.
The default Ironclad extractor allows you to call these endpoints:
Method | Endpoint | Description |
---|---|---|
GET | Active workflows Active workflows - approvals | Retrieve data about active workflows. |
GET | Canceled workflows Canceled workflows - approvals | Retrieve data about canceled workflows. |
GET | Completed workflows Completed workflows - approvals | Retrieve data about completed workflows. |
GET | Paused workflows Completed workflows - approvals | Retrieve data about paused workflows. |
GET | Records | Retrieve data about records. |
For further information about the Ironclad REST API, see: Ironclad - Developer - API.
Configuring the Ironclad extractor
This section describes the basic setup of configuring the Ironclad extractor. To configure the extractor:
Note
For configuration, the Ironclad extractor requires a bearer token for authentication. For information, see Ironclad authentication methods.