send_for_signature
Send a PDF document for legally binding electronic signature via SignSimple (free, unlimited). Provide the PDF as a fetchable URL or base64, plus recipient name(s) and email(s). Each recipient is emailed a secure signing link; signature and date fields are placed automatically unless custom fields are given. Works with the free templates from list_templates (pass their pdf URL as document_url). Requires a SignSimple API key (create one at https://signsimple.app/profile).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Message included in the signing email (optional) | |
| subject | No | Email subject line (optional) | |
| recipients | Yes | People who must sign, in order | |
| document_url | No | Publicly fetchable URL of the PDF to send | |
| document_name | Yes | Display name for the document, e.g. "Consulting Agreement.pdf" | |
| document_base64 | No | Base64-encoded PDF (alternative to document_url) | |
| expires_in_days | No | Days until the signing links expire (optional, default 30) |