Hello,
Below is the request payload for which I’m trying to create an envelope and send it to multiple signers, but the problem is creating the envelope with a single signer.
{
"documents": s
{
"documentBase64":"JVwj===" ,
"documentId": "1",
"fileExtension": "pdf",
"name": "EmploymentContractDocuSign.pdf"
}
],
"emailSubject": "Kindly review and sign the employment contract document for Person: Test 002.2:47",
"recipients": {
"signers":
{
"email": "test@gmail.com",
"name": " kj",
"recipientId": "22",
"routingOrder": "2",
"isBulkRecipient": true
}
],
"signers": "
{
"email": "Test002@yopmail.com",
"name": "Test",
"recipientId": "11",
"routingOrder": "1",
"isBulkRecipient": true
}
]
},
"status": "sent"
}