简体   繁体   English

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

[英]Power Apps/D365 and DocuSign Integration - Send Envelope on behalf of others

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.我在 Power Apps 中创建了一个自定义连接器,它对我的​​ DocuSign 帐户进行 API 调用。 The API call I am currently leveraging is to create DocuSign Envelopes: /restapi/v2.1/accounts/{accountId}/envelopes我目前使用的 API 调用是创建 DocuSign 信封: /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链接到 DocuSign API 库: 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.我的问题是,在我的连接器中使用 API 调用时,我不知道如何代表其他 DocuSign 用户创建信封。 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).由于自定义连接器要求我登录我的 DocuSign 帐户,因此每次我使用连接器时,API 调用生成的信封都会与我相关联(当我登录我的 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.我的最终目标是在 Canvas 应用程序中使用我的自定义连接器及其 API 调用。 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.但是,我希望创建的信封不要总是与我的 DocuSign 帐户相关联,尤其是在其他最终用户使用 Canvas 应用程序的情况下。

Any help would be much appreciated!任何帮助将非常感激! Thanks!谢谢!

Screenshot of Test call: Request测试通话截图:请求

Screenshot of Test Call: Response测试调用截图:响应

Screenshot of Envelope within DocuSign Account: Snippet DocuSign 帐户中的信封截图:片段

This is Yara from DocuSign Developer Support.这是来自 DocuSign 开发人员支持的 Yara。 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).由于您想代表其他 DocuSign 用户创建信封,同时仍在连接器中使用 API 调用,因此您可以使用代表功能发送 (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/这是关于 SOBO 功能的详细指南: https ://developers.docusign.com/docs/esign-soap-api/esign101/auth/send-on-behalf-of/

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

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