Vai al contenuto principale

20 documenti etichettati con "send"

Vedi tutte le etichette

batch

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

DocumentSendSettingsInput

All settings for sending a document to recipients, including template, recipients, fields, and PDF options.

FieldInput

Pre-fill a field value on a document being sent.

Invia un Documento

Invia un documento per la firma utilizzando l'API GraphQL di Legalesign da Node.js.

Metodi di Invio

Comprendere i diversi modi per inviare documenti per la firma — send, sendBatch, sendBulk e createTask — e quando utilizzare ciascuno.

RecipientInput

Recipient details for sending a document, including name, email, role, schedule, and experience.

Risoluzione dei problemi di convalida dell'invio

Come diagnosticare i fallimenti di convalida dell'input di invio restituiti immediatamente dalla mutazione di invio e verificare le regole di convalida comuni per l'invio, il batch e l'input di documento bulk.

send

Send a document for signing in a single API call. The primary way to send documents.

Send Input JSON Schema

JSON Schema for the send mutation input. Use for validation, editor autocomplete, and AI-assisted code generation.

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.

sendBulk

Start a bulk send task. All queued documents will be sent in parallel.

startBatch

Mark a batch as complete and ready to send.

startBulk

Mark a bulk send as complete and ready to send.