Skip to main content

Connecting to Ironclad (extractor)

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 method.