简体   繁体   English

Docusign api模板:禁用收件人的电子邮件通知

[英]Docusign api template: disable email notification to recipient

I'm using the REST API and I've been creating enveloped manually through code. 我正在使用REST API,我一直在通过代码手动创建封装。 I prefer that my site retrieve the docusign console links for the recipients so I disabled the emails in the sandbox (preferences->Features) by checking "Suppress Emails to Embedded Signers". 我更喜欢我的网站检索收件人的docusign控制台链接,因此我通过选中“抑制嵌入式签名者的电子邮件”来禁用沙箱中的电子邮件(首选项 - >功能)。

It worked. 有效。 I switched to building the envelope from a template and now the email notifications are going to the recipients from docusign. 我切换到从模板构建信封,现在电子邮件通知将从docusign发送给收件人。 There seems to be some stuff in the template part of the API to change subject, body, etc of the emails, but nothing to Suppress them". Is there any way to supress the recipient notificaiton email? API的模板部分似乎有一些东西可以改变电子邮件的主题,正文等,但没有什么可以抑制它们“。有没有办法压制收件人通知电子邮件?

It sounds like you are not adding the clientUserID information when creating these envelopes via template. 听起来您在通过模板创建这些信封时不会添加clientUserID信息。 If you do not specify clientUserID, it will result in a remote signing envelope for that recipient, which will generate emails. 如果您未指定clientUserID,则会为该收件人生成远程签名信封,这将生成电子邮件。 If you add the CUID, then it will honor the suppress emails to embedded signers setting. 如果您添加CUID,那么它将遵循对嵌入式签名者设置的抑制电子邮件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM