Zum Hauptinhalt springen

20 docs getaggt mit „send“

Alle Tags anzeigen

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.

Dokument senden

Senden Sie ein Dokument zur Unterzeichnung mit der Legalesign GraphQL API von Node.js aus.

Fehlerbehebung bei Send-Validierung

Wie man Send-Eingabevalidierungsfehler diagnostiziert, die sofort von der Send-Mutation zurückgegeben werden, und gängige Validierungsregeln für Send-, Batch- und Bulk-Dokumenteneingaben überprüft.

FieldInput

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

RecipientInput

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

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.

Versandmethoden

Verstehen Sie die verschiedenen Möglichkeiten, Dokumente zum Unterzeichnen zu senden – send, sendBatch, sendBulk und createTask – und wann Sie jede Methode verwenden sollten.