I’m looking to control sender/signer notifications using apex toolkit. How can this be completed?
Asked
Active
Viewed 83 times
1 Answers
0
You can send notifications with the Notifications class in the Apex Toolkit. After creating an instance of the Notification you can add it to your envelope with the withNotifications method on the Envelope class.

Paige Rossi
- 261
- 1
- 3
-
How about disabling notifications? The sender currently receives a notification whenever the document is completed by the signer. The sender does not want to receive a notification whenever the document is completed by the signer. I have disable all sender notifications in DocuSign Sender/Signer Notifications, however, the notifications are still coming over. – Brandon Miller Jan 13 '22 at 13:32