Skip to main content
Question

Notifications about envelopes expiring soon

  • January 31, 2025
  • 2 replies
  • 34 views

Forum|alt.badge.img+3

Is there a way for a sender to receive notifications when an envelope is about to expire?  We have several secretaries who only use DocuSign occasionally, so they may not be in the platform to see that an envelope has been tagged as ‘Expiring Soon’.   I see that notifications will go out to recipients about an envelope that is about to expire, but I don’t see anything similar for senders.  

Thanks,

Teri

2 replies

Forum|alt.badge.img+8
  • Community Moderator
  • 433 replies
  • February 3, 2025

Hello ​@Teri.Maier 
 

Thank you for reaching out to the Docusign Community.

To be notified when an envelope you sent is about to expire, you can use the Docusign Apex Toolkit.

First, you need to create a Notifications object with the desired settings. In the given code snippet, the Notifications object is created with the following parameters:

  • Number of days to wait before sending a reminder: 2
  • Number of days between reminders: 1
  • Whether or not the envelope expires and is voided: true
  • Number of days before the envelope expires: 90
  • Number of days before expiration to remind the recipient: 10

Once you have created the Notifications object, you can add it to the Envelope object using the withNotifications method:

myEnvelope = myEnvelope.withNotifications(notifySigner);

After adding the Notifications object to the Envelope, you can send the envelope using the sendEnvelope method from the EnvelopeService.

By setting up the Notifications object and adding it to the Envelope, you will receive notifications when the envelope is about to expire.

 

I hope this helps. Please "Select as Best" below if you find the answer to be a valid solution to your issue!

 

Best regards,

Marco Paulo| Docusign Community Moderator


Forum|alt.badge.img+8
  • Community Moderator
  • 433 replies
  • February 24, 2025

Hello ​@Teri.Maier 

If you found the response to be a useful solution to your question, please mark it as the best answer by clicking “Select as Best” to make it easier for other users to find.

Best regards,
Marco Paulo | Docusign Community Moderator