Integrations
Endpoints designed for no-code automation platforms like Zapier, Make (Integromat), and n8n. These provide polling triggers and simplified actions for building PDF workflows without writing code.Test Authentication
GET https://api.getdeckle.dev/v1/integrations/auth/test
Verify that an API key is valid. Used during Zapier/Make connection setup.
Response
Trigger: New Generation
GET https://api.getdeckle.dev/v1/integrations/triggers/new-generation
Polling trigger that returns the most recent PDF generations. Automation platforms call this periodically to detect new items.
Query Parameters
Response
Trigger: New Template
GET https://api.getdeckle.dev/v1/integrations/triggers/new-template
Polling trigger that returns the most recent templates.
Query Parameters
Response
Action: Generate PDF
POST https://api.getdeckle.dev/v1/integrations/actions/generate
Simplified PDF generation action with flat parameters (no nested options object). Designed for easy mapping in automation builders.
Request Body
* Either
html or template_id is required.

