Field Types Supported
Tip: Constructing Request BodiesA shortcut for creating a sample request body is to manually launch a workflow with test values in Ironclad. After the workflow launches, send a request to the Retrieve a Workflow endpoint to get the field IDs and properly formatted values under the
attributesproperty.
Supported Field TypesUser dropdown fields, formula fields, and related records fields are currently not supported via API. Consider passing data into string fields or moving fields to an Internal Form for users to fill in after a workflow is launched.
Field Type | Sample Value |
|---|---|
String | "counterpartyName": "Acme LLC" |
Address
| "custom03314b365999474aae2fd6fe41fd643e": { |
Number | "customd40a3b08606d43eca25a45a5fa32fcc9": 35 |
Monetary Value | "customd35f2489f20b46aa89b981e0f0d99cc7": { |
Date | "custome793ed5d6e1046989da91894f1da6019": "2021-05-11T17:16:53-07:00" |
Duration | "someDurationField": { |
"someEmailField": " " | |
Boolean |
|
Single-Select (Same as String) | "someSingleSelectField": "Option A" |
Multi-Select | "someMultiSelectField": [ "Option A", |
Table | "someTable": [ |
File | Option 1: Multipart/Form-Data Request |
Updated about 5 hours ago
Learn more about the different properties used to launch a workflow or how to launch a workflow with external files.
