Create Envelope
The Create Envelope endpoint creates a new sign envelope in Nitro.
A sign envelope is the container for signature processes in Nitro. It can include assets such as documents, participants, signature fields, and configuration settings that define how the signing process should behave. With the Create Envelope endpoint, you will create an empty sign envelope you can later add assets to.
Request body
Response
When an envelope is created you will get a unique ID for it. You can add assets to the envelope later by referencing its unique ID using other endpoints in this API.
Changes
Changed in 2 of the 6 revisions of this API.3
- ○
the request property
notificationbecame optionalrequest-property-became-optional
- ○
- ○
added the new optional request property
notificationsManagedBynew-optional-request-property
- ○
added the optional property
notificationsManagedByto the response with the201statusresponse-optional-property-added
- ○