Ironclad · Arazzo Workflow
Ironclad Create and Retrieve a Contract Record
Version 1.0.0
Resolve the records schema, create a contract record, then read it back.
View Spec
View on GitHub
Contract Lifecycle ManagementCLMContractsLegal TechLegalOpsEnterpriseWorkflowseSignatureClickwrapAIOAuthSCIMWebhooksArazzoWorkflows
Provider
Workflows
create-and-retrieve-record
Resolve the records schema, create a record, then retrieve it.
Reads the records metadata, creates a contract record with the supplied type, name, and properties, and retrieves the new record.
1
resolveSchema
list-all-records-metadata
Retrieve the records metadata to confirm the available record types and property keys before writing.
2
createRecord
create-a-record
Create a new contract record with the supplied type, name, and properties.
3
retrieveRecord
retrieve-a-record
Retrieve the newly created record to confirm the write.