Skip to main content

12 docs tagged with "batch"

View all tags

batch

Returns a single Batch by ID, including progress counts and documents.

Batch

A Batch groups multiple documents together for coordinated sending, tracking progress and enforcing signing order.

BatchStatus

The progress status of a batch of documents.

BatchType

Distinguishes between multi-document batches and bulk sends.

Send a Batch of Documents

How to send multiple documents as a batch using the Legalesign GraphQL API — create the batch, add documents, then start it.

sendBatch

Begin a batch send task. Returns an ID for use with sendBatchDocument.

SendBatchInput

Start a new batch send, returning an ID for subsequent SendBatchDocument calls.

Sending Methods

Understand the different ways to send documents for signing — send, sendBatch, sendBulk, and createTask — and when to use each.

startBatch

Mark a batch as complete and ready to send.