Preview tags with docusign API

試著忘記壹切 提交于 2019-12-23 05:22:31

问题


I am using the Rest API to create the docusign envelope. We have tags inside the document using anchor text. Is there a way to preview the tags before we send the envelope?


回答1:


I don't believe there's a way of mimicing the Preview feature when viewing envelopes through the DocuSign Console through the API, however the Embedded Sending functionality basically does a preview although you can change aspects about the envelope too.

With Embedded Sending you can generate a URL token that the sender can navigate to in an iFrame to view what's called the Sender's View or Embedded Sending view. For security reasons every URL token that is generated is good for a one time use and expires after 5 mins. If you need to preview more than once or you wait 5 mins without using then you just need to generate a new URL token, which is easy.

For more info on Embedding functionality, and Embedded Sending in particular, check out the API Walkthroughs: http://iodocs.docusign.com/apiwalkthroughs In particular the bottom left walkthrough, Embedded Sending is what you're looking for.

There's also a section in the DocuSign Developer Center around Embedding functionality: https://www.docusign.com/developer-center/explore/features/embedding-docusign



来源:https://stackoverflow.com/questions/23583819/preview-tags-with-docusign-api

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