create_and_send
Create and send PDF documents for electronic signatures by adding signer details and generating signing URLs.
Instructions
Create an envelope with a PDF document, add a signer, and send it for e-signature. Returns the envelope ID and a signing URL. Provide either a local file path (pdf_path) or base64-encoded PDF content (pdf_base64).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title for the envelope (e.g. 'NDA Agreement') | |
| signer_email | Yes | Email address of the person who needs to sign | |
| signer_name | Yes | Full name of the signer | |
| pdf_path | No | Local file path to the PDF document (alternative to pdf_base64) | |
| pdf_base64 | No | Base64-encoded PDF content (alternative to pdf_path) |