turbosign_send
Send a document for e-signature, automatically notifying recipients via email and returning a document ID for tracking.
Instructions
Send a document out for signature. This emails the recipients.
THERE IS NO SANDBOX — TurboSign has one environment and it is production. This reaches a real inbox and cannot be recalled, only voided. On a new machine, new document layout or new account, run turbosign_whoami(verify=True) then turbosign_review() first, and make your first real send to your own address.
turbosign_review() takes these exact arguments and emails nobody.
file_path: absolute path to a PDF (DOCX and PPTX also work, but only with an explicit anchor or fields, since they cannot be measured). recipients: "Bob Smith bob@example.com, ann@example.com", or a JSON array of {name, email} objects. placement: "auto" reads the document, uses {Signature1}-style anchors if they are there, and otherwise places a signature and date box per recipient at the foot of the last page. "anchor" requires anchors. "coordinates" forces automatic positioning. "explicit" requires a fields array. sequential: false (default) lets everyone sign at once; true makes them sign in the order listed.
Returns the document_id — keep it, every other tool needs it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| anchor | No | ||
| fields | No | ||
| cc_emails | No | ||
| file_path | Yes | ||
| placement | No | auto | |
| recipients | Yes | ||
| sequential | No | ||
| sender_name | No | ||
| sender_email | No | ||
| document_name | No | ||
| document_description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||