What can you do with it?
Manage your documents and signatures with PandaDoc, including creating documents from templates, updating document details, sending documents for signature, searching for documents, and tracking document status for efficient document management workflows.How to use it?
Basic Command Structure
Parameters
Required:action- The operation to perform (create-document, update-document, get-document, delete-document, send-document, search-documents)
document-id- PandaDoc document IDdocument-name- Name of the documenttemplate-uuid- Template UUID for document creationrecipient-email- Email address of the recipientrecipient-first-name- First name of the recipientrecipient-last-name- Last name of the recipientrecipient-role- Role of the recipient (Signer, Viewer, etc.)
Tools
Create Document
Create a new document in PandaDoc Parameters:document-name(required) - Name of the documenttemplate-uuid(required) - Template ID to use for document creationrecipient-email(required) - Email address of the recipientrecipient-first-name(required) - First name of the recipientrecipient-last-name(required) - Last name of the recipientrecipient-role(optional) - Role of the recipient (default: Signer)field-values(optional) - Field values for template fields
Update Document
Update details of an existing document in PandaDoc Parameters:document-id(required) - PandaDoc document ID to updatedocument-name(optional) - Updated document namerecipient-email(optional) - Updated recipient emailrecipient-first-name(optional) - Updated recipient first namerecipient-last-name(optional) - Updated recipient last namerecipient-role(optional) - Updated recipient role
Get Document
Retrieve details of a specific document using its unique ID Parameters:document-id(required) - PandaDoc document ID
Delete Document
Delete a document from PandaDoc using its unique ID Parameters:document-id(required) - PandaDoc document ID to delete
Send Document
Send a document for signing in PandaDoc Parameters:document-id(required) - PandaDoc document ID to sendmessage(optional) - Message to include with signature requestsubject(optional) - Email subject for signature requestsilent(optional) - Whether to send without email notifications
Search Documents
Search for documents in PandaDoc matching specific criteria Parameters:search-name(optional) - Search by document namestatus(optional) - Filter by document statustemplate-uuid(optional) - Filter by template ID

