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

Viewed 48

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

1 Answers

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.

Related