sanketr43

How to disable after signing completed download document mail in rest API

0 votes
Hello, 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.

Approved Answer

Reply to: How to disable after signing completed download document mail in rest API

0 votes
Hi Sanket, The email.complete notification can only be disabled from your account level by contacting our support team at [email protected]. And besides disabling this email notification, you may also want to disable the download buttons in your Signing Ceremony by using below API (attachment shows the effect):
PUT /api/packages/{packageId}
{
   "settings":{
      "ceremony":{
         "layout":{
            "header":{
               "globalActions":{
                  "download":false
               }
            }
         },
         "documentToolbarOptions": {
	        "downloadButton": false
	      }
      }
   }
}
Hope this could help! Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Attachments

Reply to: How to disable after signing completed download document mail in rest API

0 votes
hello, if i disable email.complete notification alert via account level then will be any setting/parameter via REST API, so I can send to particular signer email.complete singers alert.?

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off