# POST /signing/send

**Resource:** [Signing](./signing.md)  
**Scopes:** `signing:send`  
**Write operation:** yes

Send a document for signing. Renders the document template sections server-side into a PDF, creates a signing envelope, and emails all signers. If the template contains signer-input sections, signers will see a fillable form panel below the PDF and their typed values are stored on the recipient as input_values after signing. A slug is auto-generated from the document title.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `template_id` | body | uuid | yes | Document template ID |
| `deal_id` | body | uuid | no | Deal ID -- links deal data for variable resolution and dynamic sections |
| `signers` | body | array | yes | Array of signers with name (required), email (required), role (optional), order_index (optional) |
| `personal_message` | body | string | no | Personal message included in the signing email |

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`