Creates a new custom field at the account level in DocuSign, making it available for all new envelopes associated with the account. This endpoint enables account administrators to define custom fields for enhanced envelope management and grouping. The created custom field can be…
namestringThe name of the custom field (required). This name will be used to identify the custom field throughout the account and in envelopes. Choose a descriptive name that clearly indicates the field's purpose.
showstringWhen set to 'true', the custom field displays at the top of the Certificate of Completion. When set to 'false' or omitted, the field is not displayed. Accepts string values 'true' or 'false'.
valuestringThe default value for the custom field. For text fields, this can be any string up to 2,000 characters. For list fields, this should match one of the items in the 'listItems' array to pre-select that option.
requiredstringWhen set to 'true', the signer must complete this custom field before the envelope can be completed. When set to 'false' or omitted, the field is optional. Accepts string values 'true' or 'false'.
accountIdstringThe unique identifier for the DocuSign account. This can be either the external account number (integer) or the account ID GUID. When not provided, the account ID from the authentication context will be used automatically.
listItemsarrayRequired when customFieldType is 'list'. An array of strings representing the selectable options in the dropdown list. Each item can be up to 2,000 characters. Example: ['Option A', 'Option B', 'Option C'].
customFieldTypestringThe type of custom field to create. Valid values: 'text' (for text input fields) or 'list' (for dropdown selection fields). When using 'list', you must also provide the 'listItems' parameter. Defaults to 'text'.
apply_to_templatesstringWhen set to 'true', applies the newly created custom field to all existing templates in the account. When set to 'false' or omitted, the custom field will only be available for new envelopes. Accepts string values 'true' or 'false'.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.