Ironclad · Arazzo Workflow
Ironclad Upsert a Contract Record
Version 1.0.0
Find a contract record by a filter and update it if found, otherwise create it.
View Spec
View on GitHub
Contract Lifecycle ManagementCLMContractsLegal TechLegalOpsEnterpriseWorkflowseSignatureClickwrapAIOAuthSCIMWebhooksArazzoWorkflows
Provider
Workflows
upsert-contract-record
Search for a record by filter, then update or create, and retrieve it.
Lists records filtered by a formula, updates the matched record's metadata or creates a new record, then retrieves the affected record.
1
findRecord
list-all-records
Search the records list with the supplied filter formula, returning at most one match.
2
updateExisting
update-record-metadata
Update the matched record's metadata with the supplied properties.
3
createNew
create-a-record
Create a new record when no existing record matched the filter.
4
retrieveRecord
retrieve-a-record
Retrieve the affected record to confirm the upsert result.