How to disable after signing completed download document mail in rest API
Tuesday, December 4, 2018 at 06:31amHello,
Once all user sign the document, everyone get mail of signing completed & download the document link via email.
So my question is, I want to disable download email notifications to any singer. So how to do that in REST API??
Please guide me.
Reply to: How to disable after signing completed download document mail in rest API
Tuesday, December 4, 2018 at 06:57amPUT /api/packages/{packageId} { "settings":{ "ceremony":{ "layout":{ "header":{ "globalActions":{ "download":false } } }, "documentToolbarOptions": { "downloadButton": false } } } }Hope this could help! DuoReply to: How to disable after signing completed download document mail in rest API
Wednesday, December 5, 2018 at 02:10am