Create Docusign Envelope request
POST/esignature/docusign/:documentId/envelopes
DocuSign create Docusign Envelope request; available as an Add-On Module
Request
Path Parameters
Document Identifier
Query Parameters
Site Identifier
- application/json
Body
required
Array [
Array [
]
]
Array [
Array [
]
]
The subject line of the email message that is sent to all recipients
Docusign Environment
Possible values: [PRODUCTION
, DEVELOPMENT
]
signers
object[]
List of DocuSign Signers
Name of Signer
Email of Signer
Specifies unique identifier for signer
A reference used to map recipients to other objects, such as specific document tabs.
Specifies the routing order of the recipient in the envelope.
When true, email notifications are suppressed for the recipient, and they must access envelopes and documents from their Docusign inbox.
tabs
object
signHereTabs
object[]
A list of Sign Here tabs
Specifies the string to find in the document and use as the basis for tab placement.
Specifies the X axis location of the tab in anchorUnits relative to the anchorString.
Specifies the Y axis location of the tab in anchorUnits relative to the anchorString.
When true, this tab is ignored if the anchorString is not found in the document.
Specifies units of the anchorXOffset and anchorYOffset
This property indicates the horizontal offset of the object on the page
This property indicates the vertical offset of the object on the page
Specifies the page number on which the tab is located
inpersonSigners
object[]
List of DocuSign Inperson Signers
The email of the signing host
The name of the signing host
The full legal name of a signer
The in-person signer's email address
A reference used to map recipients to other objects, such as specific document tabs.
Specifies the routing order of the recipient in the envelope.
When true, email notifications are suppressed for the recipient, and they must access envelopes and documents from their Docusign inbox.
tabs
object
signHereTabs
object[]
A list of Sign Here tabs
Specifies the string to find in the document and use as the basis for tab placement.
Specifies the X axis location of the tab in anchorUnits relative to the anchorString.
Specifies the Y axis location of the tab in anchorUnits relative to the anchorString.
When true, this tab is ignored if the anchorString is not found in the document.
Specifies units of the anchorXOffset and anchorYOffset
This property indicates the horizontal offset of the object on the page
This property indicates the vertical offset of the object on the page
Specifies the page number on which the tab is located
notification
DocusignNotification
When true, the account default notification settings are used for the envelope, overriding the reminders and expirations settings. When false, the reminders and expirations settings specified in this request are used. The default value is false.
expirations
DocusignNotificationExpirations
An integer that sets the number of days the envelope is active. For this value to be used, expireEnabled must be explicitly set to true.
When true, the envelope expires in the number of days set by expireAfter.
An integer that specifying the number of days before the envelope expires that an expiration warning email is sent to the recipient.
reminders
DocusignNotificationReminders
An integer specifying the number of days after the recipient receives the envelope that reminder emails are sent to the recipient.
When true, reminders are enabled. The default value is false.
An integer specifying the interval in days between reminder emails.
Responses
- 200
- 400
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
Docusign Envelope Identifier
{
"envelopeId": "string"
}
400 OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
errors
object[]
List of errors
Error Key
Error Message
{
"errors": [
{
"key": "string",
"error": "string"
}
]
}