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
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