This trigger fires when an envelope is sent.
- API endpoint slug
- docusign.envelope_sent
Trigger fields
- Label
- Which DocuSign account?
- Slug
- account_id
- Required
- true
- Can have default value
- false
Ingredients
- Slug
- envelope_id
- Filter code
- Docusign.envelopeSent.EnvelopeId
- Type
- String
- Example
- 33453634534
- Slug
- email_subject
- Filter code
- Docusign.envelopeSent.EmailSubject
- Type
- String
- Example
- Here's a document for you to sign.
- Slug
- email_blurb
- Filter code
- Docusign.envelopeSent.EmailBlurb
- Type
- String
- Example
- Here is your document to sign!
- Slug
- first_recipient_name
- Filter code
- Docusign.envelopeSent.FirstRecipientName
- Type
- String
- Example
- John Smith
- Slug
- first_recipient_email
- Filter code
- Docusign.envelopeSent.FirstRecipientEmail
- Type
- String
- Example
- john@example.com
- Slug
- sender_name
- Filter code
- Docusign.envelopeSent.SenderName
- Type
- String
- Example
- John Smith
- Slug
- sender_email
- Filter code
- Docusign.envelopeSent.SenderEmail
- Type
- String
- Example
- john@example.com
- Slug
- sender_user_id
- Filter code
- Docusign.envelopeSent.SenderUserId
- Type
- String
- Example
- 489723423
- Slug
- sent_at
- Filter code
- Docusign.envelopeSent.SentAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- created_at
- Filter code
- Docusign.envelopeSent.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- recipient_data_json
- Filter code
- Docusign.envelopeSent.RecipientDataJson
- Type
- String
- Example
- [{"name": "George Smith","email":"george@example.com","userId":"xxxxx"}]