Automate PDFMonkey for free on Stepper
PDFMonkey is a PDF generation API that creates documents from HTML/Liquid templates with dynamic data. Generate PDFs and images programmatically using customizable templates.
Triggers available for PDFMonkey on Stepper
New Document
Triggers when a new document is created in PDFMonkey.
- 2 parameters
Document Generation Completed
Triggers when a document generation completes successfully (status changes to "success"). Returns the document with its download URL.
- 1 parameters
Actions available for PDFMonkey on Stepper
Generate Document
Generate a PDF or image document from a template with dynamic data. Creates the document and waits for generation to complete, returning the download URL.
- 3 parameters
Create Draft Document
Create a document in draft status without generating it. Useful when you want to set up document data before triggering generation.
- 3 parameters
Get Document
Retrieve a document by its ID, including its current status, download URL, and generation details.
- 1 parameters
Find Document
Search for documents by template, status, or search query. Returns the most recent matching document.
- 3 parameters
List Documents
List documents with optional filters for template, status, and search query.
- 3 parameters
Update Document
Update a document's payload, metadata, or trigger re-generation by setting status to "pending".
- 4 parameters
Delete Document
Delete a document by its ID.
- 1 parameters
Make HTTP Request
Make an HTTP request to any URL with full control over method, headers, and body.