Skip to main content

Hi,

 

We want to automate the creation of documents and their sending for signature.


I suppose it is possible to create documents from templates created in Docusign using an API, to which we pass the particular data of each case.


My question is about the custom fields that we can configure with the signature (checkboxes, texts, dates...). Is it possible to read the information or status of these custom fields from the API? To save the data in our system.


Thanks.

Hi Itequia,

You can use the GET EnvelopeCustomFields: list API call to retrieve custom field information for a specific envelope. This call allows you to access details related to any custom fields associated with the envelope.

https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopecustomfields/list/

 

 


Thank you, Islam.Hassanein


Reply