- Introduction
- OAuth
- API Endpoint
- Quick start with Zoho Sign's API
- Postman collection
- SwaggerHub
- Basic concepts
- Getting started with Zoho Sign's API under 2 minutes
- Signer groups
- Document Management
- POSTCreate document
- PUTUpdate document
- POSTSend document for signature
- POSTCorrect document
- GETGet details of a particular document
- GETGet documents list
- GETDownload PDF
- GETDownload particular PDF file
- GETDownload completion certificate
- GETGet document form data
- POSTRecall Document
- POSTRemind Recipient
- PUTDelete Document
- PUTExtend document
- POSTCreate new Folder
- GETGet folder list
- GETRetrieve field type
- GETGet document type
- POSTCreate new document type
- POSTUpdate document type
- Template Management
- Embedded Signing
- Embedded Sending
- Use Cases
- How-to guides
- Sending a signing request via SMS
- Enforce authentication
- Add fields to your document
- In-Person signing
- Sign documents with digital signature providers
- Sending documents in bulk
- eStamping
- Collecting payments from my recipients
- Adding witness to your envelope
- Manages recipients
- Sending an envelope to a signer group
- Replace signer group with normal recipients
- API error codes
- API limitation
- Security
- Contact details for technical assistance
How to send copies of document to a large list of recipients
The bulk send option enables you to send copies of one or more documents for signing to a large list of recipients in one go. You can have upto 1000 recipients in one request.
{
"requests": {
"actions": [
{
"recipient_name": "test1",
"recipient_email": "test1@zohosign.com",
"action_type": "SIGN",
"is_bulk": true,
"delivery_mode": "EMAIL",
"signing_order": 1
}
],
"bulk_actions": [
{
"recipient_name": "test1",
"recipient_email": "test1@zohosign.com",
"fields": {}
},
{
"recipient_name": "test2",
"recipient_email": "test2@zohosign.com",
"fields": {}
},
{
"recipient_name": "test3",
"recipient_email": "test3@zohosign.com",
"fields": {}
}
],
"is_bulk": true
}
}
Show full
Show less
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.