Explore Plans
Mobile menu Close menu
DocuSignDocuSign

Envelope completed

This trigger fires when an envelope is completed.

Developer info

API endpoint slug
docusign.envelope_completed

Trigger fields

Account ID Dropdown list

Label
Which DocuSign account?
Slug
account_id
Required
true
Can have default value
false

Ingredients

Documents URLURL to the resulting documents combined into a PDF.

Slug
documents_url
Filter code
Docusign.envelopeCompleted.DocumentsUrl
Type
String
Example
https://{base}/restapi/v2.1/accounts/{account}/envelopes/{envelope}/documents/combined

Envelope IDThe ID of the envelope that was completed.

Slug
envelope_id
Filter code
Docusign.envelopeCompleted.EnvelopeId
Type
String
Example
553543442

Email subjectThe subject line of the sending email.

Slug
email_subject
Filter code
Docusign.envelopeCompleted.EmailSubject
Type
String
Example
Here's a document for you to sign.

Email blurbThe body of the sending email.

Slug
email_blurb
Filter code
Docusign.envelopeCompleted.EmailBlurb
Type
String
Example
Here is your document to sign!

First recipient nameThe name of the first recipient.

Slug
first_recipient_name
Filter code
Docusign.envelopeCompleted.FirstRecipientName
Type
String
Example
John Smith

First recipient emailThe email of the first recipient.

Slug
first_recipient_email
Filter code
Docusign.envelopeCompleted.FirstRecipientEmail
Type
String
Example
john@example.com

Sender nameThe name of the sender.

Slug
sender_name
Filter code
Docusign.envelopeCompleted.SenderName
Type
String
Example
John Smith

Sender emailThe email of the sender.

Slug
sender_email
Filter code
Docusign.envelopeCompleted.SenderEmail
Type
String
Example
john@example.com

Sender user IDThe user ID of the sender.

Slug
sender_user_id
Filter code
Docusign.envelopeCompleted.SenderUserId
Type
String
Example
489723423

Completed atDate and time the envelope was completed.

Slug
completed_at
Filter code
Docusign.envelopeCompleted.CompletedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Sent atDate and time the envelope was sent.

Slug
sent_at
Filter code
Docusign.envelopeCompleted.SentAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Created atDate and time the envelope was created.

Slug
created_at
Filter code
Docusign.envelopeCompleted.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Recipient data jsonA JSON array of recipients.

Slug
recipient_data_json
Filter code
Docusign.envelopeCompleted.RecipientDataJson
Type
String
Example
[{"name": "George Smith","email":"george@example.com","userId":"xxxxx"}]