Docusign Send on Behalf Of (SOBO)

蓝咒 提交于 2020-01-30 06:08:25

问题


If any one has it, I'd welcome an example of how to use Docusign's Send on Behalf Of (SOBO) functionality.

I'm using the SOAP API with XML, and even Docusign's Level III support has not been able to come up with a sample.

Thanks.


回答1:


For clarification purposes, SOBO simply allows a System Sender to authenticate and make API calls on behalf of a user sending envelopes. If you're looking for specific sample codes for this it can be found in the Send on Behalf Of Information Guide.

However, our DocuSign for Salesforce manage package utilizes SOBO and I took a header sample from an envelope I sent. In this case I am the System Sender as well as the actual sender of the envelope. If utilizing SOBO in the "real world" the GUID would contain the username of the sender.

X-DocuSign-Authentication: 
<DocuSignCredentials>
    <Username>c483bf85-c71b-4d5f-b0bf-cfacb390bbf7</Username>
    <Password>[omitted]</Password>
    <IntegratorKey>[omitted]</IntegratorKey>
    <SendOnBehalfOf>c483bf85-c71b-4d5f-b0bf-cfacb390bbf7</SendOnBehalfOf>
</DocuSignCredentials>

For example, if you were a member of my account and your username was placed in that string then the envelope would send from you and be in your Sent Items folder while I as the system sender authenticate and make all the API calls for you.

Hope this is what you were looking for.



来源:https://stackoverflow.com/questions/31617735/docusign-send-on-behalf-of-sobo

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!