Search code examples
docusignapidocusignconnectdocusignapextoolkit

How to use apex toolkit to control sender/signer notifications?


I’m looking to control sender/signer notifications using apex toolkit. How can this be completed?


Solution

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