About this trigger
Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.
Developer info
- Description
- This trigger fires when an envelope is sent.
- API endpoint slug
- docusign.envelope_sent
Trigger fields
Account ID Dropdown list
- Label
- Which DocuSign account?
- Slug
- account_id
- Required
- true
- Can have default value
- false
Ingredients
Envelope IDThe ID of the envelope that was sent.
- Slug
- envelope_id
- Filter code
- Docusign.envelopeSent.EnvelopeId
- Type
- String
- Example
- 33453634534
Email subjectThe subject line of the sending email.
- Slug
- email_subject
- Filter code
- Docusign.envelopeSent.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.envelopeSent.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.envelopeSent.FirstRecipientName
- Type
- String
- Example
- John Smith
First recipient emailThe email of the first recipient.
- Slug
- first_recipient_email
- Filter code
- Docusign.envelopeSent.FirstRecipientEmail
- Type
- String
- Example
- john@example.com
Sender nameThe name of the sender.
- Slug
- sender_name
- Filter code
- Docusign.envelopeSent.SenderName
- Type
- String
- Example
- John Smith
Sender emailThe email of the sender.
- Slug
- sender_email
- Filter code
- Docusign.envelopeSent.SenderEmail
- Type
- String
- Example
- john@example.com
Sender user IDThe user ID of the sender.
- Slug
- sender_user_id
- Filter code
- Docusign.envelopeSent.SenderUserId
- Type
- String
- Example
- 489723423
Sent atDate and time the envelope was sent.
- Slug
- sent_at
- Filter code
- Docusign.envelopeSent.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.envelopeSent.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
Recipient data jsonA JSON array of receipients.
- Slug
- recipient_data_json
- Filter code
- Docusign.envelopeSent.RecipientDataJson
- Type
- String
- Example
- [{"name": "George Smith","email":"george@example.com","userId":"xxxxx"}]