Power Apps/D365和DocuSign集成 - 代表他人发送信封

发布于 2025-02-11 20:57:51 字数 1124 浏览 1 评论 0 原文

这是我第一次发布,如果我不清楚地解释事情,这是道歉的。

我已经在Power Apps中创建了一个自定义连接器,该连接器将对我的DocuSign帐户进行API调用。我目前正在利用的API调用是创建DocuSign信封: /restapi/v2.1/accounts/ {accountId}/封装

docusign api库的链接: https://developers.docusign.com/docs/esign-rest-rest-rest-api/reference/reference/reverice/envelopes/envelopes/envelopes/create/create/create/?explorer=true

我的问题是,我不知道如何在连接器中使用API​​调用时代表其他DocuSign用户创建信封。由于自定义连接器需要我登录我的DocuSign帐户,因此每次使用连接器时,从API调用生成的信封都与我关联(我可以在登录DocuSign时在“草稿”中看到它)。

抱歉,如果这有点混乱。我的最终目标是在Canvas应用程序中使用自定义连接器及其API调用。但是,我希望创建的信封不始终与我的DocuSign帐户关联,尤其是在其他最终用户使用Canvas应用程序的情况下。

任何帮助将不胜感激! 谢谢!

测试通话的屏幕截图: 请求

测试呼叫的屏幕截图:响应

docusign帐户中的信封的屏幕截图:

This is my first time posting so apologies if I don't explain things clearly.

I've created a Custom Connector within Power Apps that does an API call to my DocuSign Account. The API call I am currently leveraging is to create DocuSign Envelopes:
/restapi/v2.1/accounts/{accountId}/envelopes

Link to DocuSign API Library: https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/create/?explorer=true

My issue is that I do not know how create Envelopes on behalf of other DocuSign Users while using the API call within my Connector. Since the Custom Connector required me to log into my DocuSign Account, every time I use the Connector the Envelope generated from the API call gets associated to me (I am able to see it within "Drafts" when I log into my DocuSign).

Sorry if this is a bit confusing. My end goal is to use my Custom Connector and its API calls within a Canvas App. However, I want the Envelopes created not to always be associated to my DocuSign account especially if the Canvas App is used by other End Users.

Any help would be much appreciated!
Thanks!

Screenshot of Test call:
Request

Screenshot of Test Call: Response

Screenshot of Envelope within DocuSign Account: Snippet

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

女中豪杰 2025-02-18 20:57:51

这是DocuSign开发人员支持的Yara。
由于您想在连接器中使用API​​调用时代表其他DocuSign用户创建信封,因此可以代表功能(SOBO)使用发送。此功能允许帐户中的单个用户为帐户的其他成员进行身份验证,并代表其发送完全定义的信封。
这是有关SOBO功能的详细指南: https://developers.docusign.com/docs/esign-soap-api/esign101/auth/send-on-behalf-of/

This is Yara from DocuSign Developer Support.
Since you want to create envelopes on behalf of other DocuSign Users while still using the API call within your connector, you can use the Send On Behalf Of Functionality (SOBO). This functionality allows a single user in an account to authenticate for other members of the account and send fully defined envelopes on their behalf.
Here's a detailed guide on the SOBO functionality: https://developers.docusign.com/docs/esign-soap-api/esign101/auth/send-on-behalf-of/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文