简体   繁体   English

如何自动将唯一的 pdf 文档发送给 docusign 中的 100 个收件人

[英]how to automate sending unique pdf documents to 100 recipients in docusign

I need to automate sending multiple pdf documents (one needs a signature) to 150 recipients using docusign.我需要使用 docusign 自动将多个 pdf 文档(一个需要签名)发送给 150 个收件人。 I have looked through the documentation but not getting anywhere.我已经查看了文档,但没有得到任何结果。 Appreciate any help or suggestions.感谢任何帮助或建议。

Thanks.谢谢。

I have looked through docusign's documentation but could not find how to automate this.我查看了 docusign 的文档,但找不到如何自动执行此操作。 As per the documentation, one document can be sent to multiple recipients.根据文档,一份文件可以发送给多个收件人。 In my case one of the pdf document is unique to a recipient and the other is common to all recipients which needs a docusign.在我的例子中,pdf 文档中的一个对于收件人来说是唯一的,而另一个对于需要文档签名的所有收件人都是通用的。

So, the process known as " bulk sending " can be used to send similar docs to many recipients.因此,称为“ 批量发送”的过程可用于将类似的文档发送给许多收件人。 I say similar, because if the changes are minor, you can do them by using custom fields , tabs or some other mechanism (Say you just need a different amount in each doc, but everything else is the same).我说类似,因为如果更改很小,您可以使用自定义字段、选项卡或其他一些机制来完成它们(假设您只需要在每个文档中使用不同的数量,但其他一切都是一样的)。

However, if you truly need 150 recipients to get 150 different documents, you cannot use bulk send.但是,如果您确实需要 150 个收件人才能获得 150 个不同的文档,则不能使用批量发送。

In that case, you have to just create 150 envelopes from your code.在这种情况下,您只需从您的代码中创建 150 个信封 You can use a loop to iterate and just create them one at a time.您可以使用循环来迭代并一次只创建一个。 If you can create one , you can create 150, it's just a matter of fetching your documents and recipients from a database of something and going in a loop.如果您可以创建一个,那么您可以创建 150 个,这只是从某个数据库中获取您的文档收件人并循环进行的问题。

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

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