← Tools Reference

PDFMonkey

PDFMonkey integration (Productivity, Design & Media). Imported from open-connector.

API key6 toolshttps://api.pdfmonkey.io
GET
pdfmonkey_get_current_user
Get the current PDFMonkey account resolved by the provided API key.

/api/v1/current_user

GET
pdfmonkey_get_document_card
Get one PDFMonkey document card for lightweight status polling without the full payload.

/api/v1/document_cards/{documentId}

1 parameter
ParamTypeRequiredDescription
documentIdstringrequiredThe document UUID to fetch as a document card.
GET
pdfmonkey_list_document_cards
List PDFMonkey document cards with optional filters for template, status, workspace, update time, and search text.

/api/v1/document_cards

6 parameters
ParamTypeRequiredDescription
pageNumberintegeroptionalThe 1-based page number to request.
documentTemplateIdstringoptionalFilter documents by one template UUID or comma-separated template UUIDs.
statusstringoptionalThe current PDFMonkey document status.
workspaceIdstringoptionalFilter documents by workspace UUID.
updatedSincestringoptionalOnly return documents updated after this Unix timestamp or ISO 8601 string.
searchstringoptionalSearch by document UUID or filename.
GET
pdfmonkey_get_document
Get one full PDFMonkey document including its payload and generation logs.

/api/v1/documents/{documentId}

1 parameter
ParamTypeRequiredDescription
documentIdstringrequiredThe document UUID to retrieve.
GET
pdfmonkey_list_document_template_cards
List PDFMonkey document template cards for one workspace with optional folder, page, and sort filters.

/api/v1/document_template_cards

4 parameters
ParamTypeRequiredDescription
workspaceIdstringrequiredThe workspace UUID to list templates from.
foldersstringoptionalAn optional comma-separated folder list, none, or all.
pageintegeroptionalThe 1-based page number to request.
sortstringoptionalThe template sort expression accepted by PDFMonkey.
GET
pdfmonkey_get_document_template
Get one full PDFMonkey document template including draft and published fields.

/api/v1/document_templates/{templateId}

1 parameter
ParamTypeRequiredDescription
templateIdstringrequiredThe template UUID to retrieve.