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