Explore Plans
Mobile menu Close menu
DocuSign

Envelope completed

This trigger fires when an envelope is completed.

Developer info

API endpoint slug
docusign.envelope_completed

Trigger fields

Account Dropdown list

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

Ingredients

Documents url URL 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 The ID of the envelope that was completed.

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

Email subject The 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 blurb The body of the sending email.

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

First recipient name The name of the first recipient.

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

First recipient email The email of the first recipient.

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

Sender name The name of the sender.

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

Sender email The email of the sender.

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

Sender user The user ID of the sender.

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

Completed at Date 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+05:00

Sent at Date 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+05:00

Created at Date 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+05:00

Recipient data json A 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"}]