Connect your own PandaDoc workspace to create, send, and track documents from templates or PDF uploads; manage document fields, recipients, reminders, attachments, sections, and linked objects; man...
What this app can do
74 tools registered
Connect PandadocFree
Connect your PandaDoc workspace by saving your API Key, after checking it actually works. Generate one in the Developer Dashboard (Sandbox key is free/self-serve; Production key requires PandaDoc Sales approval). This manages documents, templates, forms, contacts, webhooks, and your product catalog in your own PandaDoc workspace.
Disconnect PandadocFree
Disconnect a PandaDoc workspace: deletes the saved API Key. Nothing in your PandaDoc account itself is changed.
List ConnectionsFree
List the connected PandaDoc workspaces.
List Documents8 tok
List documents in the connected PandaDoc workspace, optionally filtered by parent template/form/folder/contact.
Create Document16 tok
Create a new PandaDoc document from a template (template_uuid + recipients) or from a publicly reachable PDF URL. Pass exactly the fields PandaDoc expects as raw JSON in payload_json (see CONNECTOR_DISCOVERY.md for the two request shapes).
Create Document From Upload16 tok
Create a new PandaDoc document by uploading a PDF/DOCX file (base64-encoded content_b64) with a name and recipients, instead of starting from a template.
Get Document Status8 tok
Read one document's current status by id (draft/sent/completed/viewed/etc).
Delete Document16 tok
Permanently delete a PandaDoc document. Cannot be undone.
Bulk Delete Documents60 tok
Permanently delete several PandaDoc documents in one call, by explicit document ids. Cannot be undone.
Update Document16 tok
Update selected fields of an existing PandaDoc document (name, tags, metadata). Pass changed fields as raw JSON in fields_json.
Get Document Details8 tok
Read one document in full: recipients, pricing tables, tokens, fields, and full metadata.
Send Document20 tok
Send an existing draft document to its recipients for signing, optionally with a custom subject/message.
Change Document Status20 tok
Move a document to a specific PandaDoc status code (e.g. mark a draft document.draft as sent). Use PandaDoc's documented numeric status codes.
Download Document8 tok
Download a completed/draft document's PDF content as base64.
Get Document Esign Disclosure8 tok
Read the eSign disclosure text shown to signers for one document.
Get Document Audit Trail8 tok
Read the tamper-evident audit trail (who viewed/signed/declined and when) for one document.
Get Document Settings8 tok
Read per-document settings (e.g. recipient signing order enforcement, language).
Update Document Settings16 tok
Update per-document settings (recipient signing order enforcement, language, etc). Pass changed fields as raw JSON.
Move Document To Folder20 tok
Move a document into a different documents folder.
Get Document Ownership8 tok
Read which workspace member currently owns a document.
Update Document Ownership20 tok
Reassign a document to a different workspace member.
List Templates8 tok
List templates available in the connected PandaDoc workspace, optionally filtered by folder or tag.
Get Template8 tok
Read one PandaDoc template in full -- its tags, roles, and content.
Update Template16 tok
Update a template's tokens and/or role assignments.
Delete Template16 tok
Permanently delete a PandaDoc template. Cannot be undone.
Duplicate Template20 tok
Duplicate an existing PandaDoc template -- same content/roles, a new id.
List Forms8 tok
List forms available in the connected PandaDoc workspace.
Get Form8 tok
Read one PandaDoc form's field schema in full.
List Content Library Items8 tok
List Content Library items (reusable blocks/clauses) in the connected PandaDoc workspace.
Get Content Library Item8 tok
Read one Content Library item in full.
List Document Folders8 tok
List folders used to organize documents in the connected PandaDoc workspace.
Create Document Folder16 tok
Create a new folder to organize documents.
Rename Document Folder16 tok
Rename an existing document folder.
List Template Folders8 tok
List folders used to organize templates in the connected PandaDoc workspace.
Create Template Folder16 tok
Create a new folder to organize templates.
Rename Template Folder16 tok
Rename an existing template folder.
Get Document Fields8 tok
Read the merge/form field values currently set on a document.
Update Document Fields16 tok
Update merge/form field values on a document that is still in draft.
List Document Recipients8 tok
List the recipients, approvers, and CC'd contacts on a document.
Add Document Recipient16 tok
Add a contact as a recipient, approver, or CC on a document, by contact id.
Update Document Recipient16 tok
Update a recipient's details on a document still in draft (e.g. fix a mistyped email).
Delete Document Recipient16 tok
Remove a recipient from a document still in draft. Cannot be undone.
Send Manual Reminder20 tok
Send an immediate one-off reminder email to a document's pending recipients.
Get Document Auto Reminder Settings8 tok
Read a document's automatic reminder schedule settings.
Update Document Auto Reminder Settings16 tok
Update a document's automatic reminder schedule (turn on/off, change cadence).
Get Document Auto Reminder Status8 tok
Read whether a document's automatic reminders are currently active.
List Document Attachments8 tok
List files attached to a document (separate from the document's own content).
Add Document Attachment16 tok
Attach a file (fetched from a publicly reachable URL) to a document.
Delete Document Attachment16 tok
Permanently remove an attachment from a document. Cannot be undone.
List Document Sections8 tok
List the content sections/bundles that make up a multi-section document.
Add Document Section From Template16 tok
Add a new content section to a document, built from an existing template.
List Linked Objects8 tok
List CRM/external objects (e.g. a HubSpot deal or Salesforce opportunity) linked to a document.
Link Object To Document16 tok
Link an external CRM object (provider + entity type + id) to a document.
Unlink Object From Document16 tok
Remove a previously linked external CRM object from a document.
List Contacts8 tok
List contacts (external people you send documents to) saved in the connected PandaDoc workspace.
Create Contact16 tok
Create a new contact (a person you can add as a document recipient/approver) in the connected PandaDoc workspace.
Update Contact16 tok
Update selected fields of an existing PandaDoc contact.
Delete Contact16 tok
Permanently delete a contact from the connected PandaDoc workspace. Documents already sent to them are not affected.
List Members8 tok
List the members (users) of the connected PandaDoc workspace.
List Webhooks8 tok
List webhook subscriptions configured on this PandaDoc workspace.
Get Webhook8 tok
Read one webhook subscription's full configuration by id.
Create Webhook16 tok
Subscribe to a PandaDoc event (e.g. document_state_changed, recipient_completed) -- PandaDoc will POST to your URL whenever it happens.
Update Webhook16 tok
Update an existing webhook subscription's name, URL, triggers, and/or active state. Only given fields change.
Delete Webhook16 tok
Permanently remove a webhook subscription. Cannot be undone.
List Webhook Event Types8 tok
List the event types PandaDoc can notify a webhook subscription about (e.g. document_state_changed, recipient_completed, template_created).
List Catalog Items8 tok
List products/services in the connected PandaDoc pricing catalog.
Create Catalog Item16 tok
Create a new product/service in the connected PandaDoc pricing catalog, so it can be added to documents/quotes as a priced line item.
Get Catalog Item8 tok
Read one product/service catalog item in full.
Update Catalog Item16 tok
Update selected fields of an existing catalog item (price, title, SKU, etc). Only given fields change.
Delete Catalog Item16 tok
Permanently delete a product/service from the pricing catalog. Cannot be undone.
List Api Logs8 tok
List recent API request logs for the connected PandaDoc workspace -- useful for debugging integration issues.
Bulk Send Documents60 tok
Send several draft PandaDoc documents in one call, by explicit document ids. Continues past per-item failures and reports which succeeded/failed.
Bulk Send Manual Reminders60 tok
Send a manual reminder for several PandaDoc documents in one call, by explicit document ids. Continues past per-item failures and reports which succeeded/failed.
Audit Workspace Health40 tok
Build one aggregated health report across recent documents in the connected PandaDoc workspace: status breakdown (draft/sent/viewed/completed/declined/expired), overdue unsigned documents, and documents with no assigned owner -- a value-add report PandaDoc's own API does not provide directly.