Send for signature
Validates the draft (at least one signer, every recipient has an email, a file is attached when storage is enabled, required fields are assigned), mints per-recipient signing tokens, emails signature requests (sequential mode notifies only the current order group; viewers/cc get view links), and moves the document to "pending".
View as MarkdownAuthorization
bearer In: header
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/documents/string/send" \ -H "Content-Type: application/json" \ -d '{}'{ "document": { "id": "string", "name": "string", "url": "string", "status": "string", "created": "2019-08-24T14:15:22Z", "modified": "2019-08-24T14:15:22Z", "size": 0, "pages": 0, "templateId": "string", "hasFile": true, "hasFinalFile": true, "signingMode": "string", "message": "string", "sentAt": "2019-08-24T14:15:22Z", "completedAt": "2019-08-24T14:15:22Z", "voidedAt": "2019-08-24T14:15:22Z", "voidReason": "string", "visibility": "string", "ownerId": "string", "requiresNotarization": true, "notaryState": "string", "recipients": [ { "id": "string", "name": "string", "email": "string", "role": "string", "status": "string", "orderIndex": 0, "signedAt": "2019-08-24T14:15:22Z", "viewedAt": "2019-08-24T14:15:22Z", "declinedAt": "2019-08-24T14:15:22Z", "declineReason": "string", "hasAccessCode": true, "signature": "string" } ], "fields": [ { "id": "string", "type": "signature", "x": 0, "y": 0, "width": 0, "height": 0, "page": 0, "required": true, "label": "string", "value": "string", "recipientId": "string" } ] }}Adopt (or replace) the saved signature
Previous Page
Fan a draft out as one envelope per row
The draft is the master: its file, fields, and recipient slots (roles, order, access codes) are cloned per row, with each row's names/emails mapped to the slots in order. Every clone goes through the standard send mechanics (tokens, emails, audit, webhooks). The master stays a draft for reuse. At most 100 rows; each row must supply exactly one recipient per slot, every one with an email.