简体   繁体   English

使用 SendOnBehalfOf 功能时,我们可以隐藏 Docusign 信封的发送电子邮件地址吗?

[英]Can we hide the sending email address for a Docusign envelope when using the SendOnBehalfOf feature?

We are using the Docusign API to send out envelopes and we are using the SendOnBehalfOf feature.我们使用 Docusign API 发送信封,我们使用 SendOnBehalfOf 功能。 We have an account with Docusign that is a general mailbox account, like generalmail@xyz.com.我们有一个Docusign账户,是一个通用邮箱账户,比如generalmail@xyz.com。 With the SendOnBehalfOf (SOBO), we have an actual person's email address on the envelope so that if the recipient has a question, the reply to goes to a real person and not a general mailbox.使用 SendOnBehalfOf (SOBO),我们在信封上有一个真实的人的电子邮件地址,这样如果收件人有问题,回复就会转到真实的人而不是普通邮箱。 The business unit does not want the general mailbox account email address to show in the email message sent to the signers.业务部门不希望在发送给签名者的电子邮件消息中显示通用邮箱帐户电子邮件地址。 Is it possible, maybe thru modifying the email resource, to plain hide that general mailbox email address?是否有可能通过修改电子邮件资源来隐藏该通用邮箱电子邮件地址?

Kathy, First off, SOBO is an old/legacy feature. Kathy,首先,SOBO 是一个旧的/遗留的功能。 While it's not going away anytime soon, I wouldn't recommend using it.虽然它不会很快消失,但我不建议使用它。 I would encourage you to look into JWT authentication and how you can get what you need done without using SOBO.我鼓励您研究 JWT 身份验证以及如何在不使用 SOBO 的情况下完成所需的工作。 That would also solve your other issue.这也将解决您的其他问题。

Second, SOBO shouldn't show the email of the system account (the one use for API requests) but the email of the user you are sending on behalf of, hence SOBO.其次,SOBO 不应该显示系统帐户的电子邮件(用于 API 请求),而是您代表发送的用户的电子邮件,因此 SOBO。 IF that's not what you're seeing - something is wrong.如果这不是您所看到的 - 有问题。 There are many things that can be wrong.有很多事情可能是错误的。 I would have to see the code and/or logs to try to figure this out.我必须查看代码和/或日志才能弄清楚这一点。

暂无
暂无

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

相关问题 Docusign信封ID->电子邮件地址 - Docusign Envelope ID -> email address 在DocuSign中发送信封后如何不显示电子邮件地址 - How to not show email address when envelope has been sent in DocuSign DocuSign 在使用 POST 请求发送信封时添加自定义 email 消息、主题和语言 - DocuSign add custom email message, subject, and language when sending envelope using POST request 我们可以在DocuSign中将嵌入式信封转换为电子邮件信封吗?反之亦然 - Can we convert embedded envelope to Emailed Envelope and vise versa in DocuSign Docusign API 使用 TemplateRole 发送带有 SMS 的信封 - Docusign API Sending an envelope with SMS using TemplateRole 我正在使用 ASP.Net 实施 DocuSign API,但是在每次发送信封并重定向到 DocuSign 网站时必须登录到 DocuSign 网站? - I am implementing DocuSign API using ASP.Net, but when sending envelope and redirect to DocuSign site evrytime necessary to login to DocuSign Site? DocuSign 可以在发送特定于信封的 webhook 时提供用户名和密码吗? - Can DocuSign provide a username and password when sending an envelope-specific webhook? 使用DOCUSIGN发送信封时将页面插入文档 - insert a page into document while sending envelope using DOCUSIGN 如何从docusign rest api信封设置docusign信封的提醒和到期设置? - how we can set reminders and expiration settings for docusign envelope from docusign rest api envelope? 使用Docusign重新发送信封无法正常工作 - 用户未收到电子邮件 - Resend Envelope using Docusign not working- user not receiving the email
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM