简体   繁体   English

DocuSign 可以在发送特定于信封的 webhook 时提供用户名和密码吗?

[英]Can DocuSign provide a username and password when sending an envelope-specific webhook?

I have DocuSign running with Appian, and I am able to send documents out for signature.我在 Appian 上运行了 DocuSign,我可以发送文档以供签名。 I'm now looking to have Appian be notified when events happen with the envelope.我现在希望在信封发生事件时通知 Appian。

For Appian to start a process, the webhook must pre-emptively provide a username and password to the process.为了让 Appian 启动一个进程,webhook 必须先发制人地向进程提供用户名和密码。 Can this be done somewhere in eventNotification?这可以在 eventNotification 的某个地方完成吗?

Thank you!谢谢!

Account-level webhooks support Basic Authentication , but envelope-level EventNotifications do not.帐户级 webhook 支持Basic Authentication ,但信封级 EventNotifications 不支持。

No passwords can be used in clear-text with DocuSign for security reasons.出于安全原因,DocuSign 不能以明文形式使用密码。 You can only use access tokens.您只能使用访问令牌。 Appian will have to use OAuth and obtain an access token to make API calls. Appian 必须使用 OAuth 并获取访问令牌才能进行 API 调用。

暂无
暂无

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

相关问题 当 webhook 失败时,Docusign 信封通知会发生什么? - What happens to Docusign envelope notifications when webhook fails? DocuSign 信封 Webhook - JSON 格式 - DocuSign Envelope Webhook - JSON Format 使用 SendOnBehalfOf 功能时,我们可以隐藏 Docusign 信封的发送电子邮件地址吗? - Can we hide the sending email address for a Docusign envelope when using the SendOnBehalfOf feature? Docusign Webhook请求中缺少信封数据 - Missing envelope data from the Docusign webhook request 您可以在DocuSign中存储特定信封类型的电子邮件主题/正文吗? - Can you store an email subject/body for a specific envelope type in DocuSign? Docusign API 使用 TemplateRole 发送带有 SMS 的信封 - Docusign API Sending an envelope with SMS using TemplateRole 通过 EnvelopeService 发送信封(Docusign APEX 工具包) - Sending Envelope through the EnvelopeService (Docusign APEX Toolkit) 当Docusign的Docusign信封状态完成时,我可以收到请求吗 - Can i get a request when the Docusign envelope status is completed from Docusign 信封名称带引号时无法下载Docusign文档 - Can't download Docusign document when envelope name has quotes 我正在使用 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?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM