sendBatchDocument
Adds a document to a batch with an ID provided by sendBatch.
Input
Return Type
ID
Example
mutation AddDocumentToBatch {
sendBatchDocument(input: {
batchId: "YmF0MTIzNDU2"
templateId: "dHBsMTIzNDU2"
title: "Contract - Jane Smith"
recipients: [
{
firstName: "Jane"
lastName: "Smith"
email: "jane@example.com"
role: "Signer"
}
]
})
}
Related
- sendBatch — create the batch first
- startBatch — send all queued documents