Skip to main content

We are using the docusign API to create an envelope. Our system uses a 254 character maximum for email length (per the limit specifeid by the IETF). We are receving ther following exception from the CreateEnvelope function of the docusign API: “Cannot set column ‘Email’. The value violates the MaxLength limit of this column.” 

Is there anyway to increase the MaxLength limit for email address?

Hi,

The schema for the email is restricted to 100 characters.

The recipient's email address. The system sends notifications about the documents to sign to this address. Maximum length: 100 characters.

https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/enveloperecipients/create/

There isn’t a way to increase that via configuration


Reply