Send Document
POST {{base_url}}/public/v1/documents/{{document_id}}/send
Send document by email, or just move document to sent status.
Find more https://developers.pandadoc.com/reference/send-document
Request Body
{"message"=>"Hello! This document was sent from the PandaDoc API.", "silent"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"id":"iZy3j9GmryVgvUbwL9tGWP","name":"Document example","status":"document.sent","date_created":"2024-05-15T09:38:09.314592Z","date_modified":"2024-05-16T14:40:35.895912Z","date_completed":"2024-05-16T14:31:08.827291Z","expiration_date":"2024-07-14T14:40:35.537473Z","version":"2","uuid":"iZy3j9GmryVgvUbwL9tGWP","recipients":[{"id":"e9d1858fe9d1858f","first_name":"Josh","last_name":"Ron","email":"josh.ron+recipient@pandadoc.com","phone":"","recipient_type":"CC","signing_order":null,"shared_link":"https://app.pandadoc.com/document/21d1947fe88901c478d3317b024316b8f02b7c1c","delivery_methods":{"sms":false,"email":true}}]}