Ironclad Lite
Ironclad automates contracting processes for the legal, sales, and operational sides of businesses.
Features
Feature Name | Supported | Notes |
---|---|---|
Capture deletes | check | |
History mode | ||
Custom data | check | RECORD , WORKFLOW , and WORKFLOW_SCHEMA tables. |
Data blocking | check | |
Column hashing | check | |
Re-sync | check | |
API configurable | check | API configuration |
Priority-first sync | ||
Fivetran data models | ||
Private networking | ||
Authorization via API | check |
Setup guide
Follow our step-by-step Ironclad setup guide to connect Ironclad with your destination using Fivetran connectors.
Sync overview
To capture new records, we incrementally sync the following tables and their child tables:
WORKFLOW
WORKFLOW_PARTICIPANT
WORKFLOW_REVIEWER
WORKFLOW_SIGNER
To capture updates and deletes, we re-import the following tables and their child tables:
GROUPS
RECORD
SCHEMA
USERS
WORKFLOW_SCHEMA
Schema information
This schema applies to all Ironclad connectors.
Custom data
The Ironclad connector extracts custom data from source tables into separate destination tables.
Source Table | Destination Table |
---|---|
RECORD | RECORD_PROPERTY |
WORKFLOW | WORKFLOW_ATTRIBUTE |
WORKFLOW_SCHEMA | WORKFLOW_SCHEMA_PROPERTY |
We store the custom field name and value (JSON string) in the name
and value
columns of the destination table. The table also contains a foreign key column to the original table from which we extracted the custom data.
Limitations
We do not support Webhooks events.