Skip to main content

sendBatchDocument

Adds a document to a batch with an ID provided by sendBatch.

Input

SendBatchDocumentInput

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"
}
]
})
}

Export This Article

Save a copy of this page as PDF or plain text.