Aller au contenu principal

20 documents tagués avec « send »

Voir tous les tags

batch

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

Dépannage de la validation d'envoi

Comment diagnostiquer les échecs de validation d'entrée d'envoi retournés immédiatement par la mutation d'envoi, et vérifier les règles de validation courantes pour l'envoi, le traitement par lot et l'entrée de documents en masse.

DocumentSendSettingsInput

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

Envoyer un document

Envoyez un document pour signature en utilisant l'API GraphQL Legalesign depuis Node.js.

FieldInput

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

Méthodes d'envoi

Comprenez les différentes façons d'envoyer des documents pour signature — send, sendBatch, sendBulk, et createTask — et quand utiliser chacune.

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.