docusign / docusign-esign-php-client

The Official Docusign PHP Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
https://www.docusign.com/devcenter
MIT License
198 stars 123 forks source link

Send Documents Using Bulk Send Example #72

Closed nsaumini closed 5 years ago

nsaumini commented 5 years ago

Hi, Can anyone guide me on how to add bulk recipient to an envelope.

LarryKlugerDS commented 5 years ago

Hi @nsaumini,

Are you sure you want to use Bulk Send? It is often easier to just make a loop, sending one envelope after another.

If you do decide to use Bulk Send, see the instructions on the BulkSend resource page.

The actual sending is done via the Envelopes::create API / SDK method.

For relating programming questions, please use StackOverflow with tag "docusignapi".

Many thanks, Larry