PDFMonkey integration (Productivity, Design & Media). Imported from open-connector.
https://api.pdfmonkey.io/api/v1/current_user
/api/v1/document_cards/{documentId}
| Param | Type | Required | Description |
|---|---|---|---|
| documentId | string | required | The document UUID to fetch as a document card. |
/api/v1/document_cards
| Param | Type | Required | Description |
|---|---|---|---|
| pageNumber | integer | optional | The 1-based page number to request. |
| documentTemplateId | string | optional | Filter documents by one template UUID or comma-separated template UUIDs. |
| status | string | optional | The current PDFMonkey document status. |
| workspaceId | string | optional | Filter documents by workspace UUID. |
| updatedSince | string | optional | Only return documents updated after this Unix timestamp or ISO 8601 string. |
| search | string | optional | Search by document UUID or filename. |
/api/v1/documents/{documentId}
| Param | Type | Required | Description |
|---|---|---|---|
| documentId | string | required | The document UUID to retrieve. |
/api/v1/document_template_cards
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | string | required | The workspace UUID to list templates from. |
| folders | string | optional | An optional comma-separated folder list, none, or all. |
| page | integer | optional | The 1-based page number to request. |
| sort | string | optional | The template sort expression accepted by PDFMonkey. |
/api/v1/document_templates/{templateId}
| Param | Type | Required | Description |
|---|---|---|---|
| templateId | string | required | The template UUID to retrieve. |