Put PDFGate to work with AI and enterprise-grade automation
Automate smarter with PDFGate and scale with confidence. Zapier is built for enterprise-grade security, compliance, and performance.
- No-code AI automation
- Full audit trails and controls
- SOC 2 and GDPR compliant
- Easy visual workflow builder
- 9,000+ apps, 450+ AI tools
- Free tier available
Join millions worldwide who automate their work using Zapier
Supported triggers and actions
Zapier helps you create workflows that connect your apps to automate repetitive tasks. A trigger is an event that starts a workflow, and an action is an event a Zap performs.
- Envelope Completed
Triggers when all recipients have signed a PDFGate envelope.
Try ItTriggerInstant - Document IDRequired
- Linearize
- Pre-signed URL Expiry (seconds)
- Metadata
ActionWrite- Document IDRequired
ActionWrite- Document IDRequired
- Pre-signed URL Expiry (seconds)
- Metadata
ActionWrite
- Envelope Sent
Triggers when a PDFGate envelope is sent to recipients and signing has begun.
Try ItTriggerInstant - Requester NameRequired
- Documents Instructions
- Source Document IDRequired
- Document NameRequired
- Recipient 1 EmailRequired
- Recipient 1 NameRequired
- Recipient 1 Role
- Reminder Interval Days
- Reminder Attempts
- Recipient 2 Email
- Recipient 2 Name
- Recipient 2 Role
- Recipient 3 Email
- Recipient 3 Name
- Recipient 3 Role
- Recipient 4 Email
- Recipient 4 Name
- Recipient 4 Role
- Metadata
ActionWrite- Document IDRequired
ActionWrite- URL
- HTML Content
- Pre-signed URL Expiry (seconds)
- Page Size
- Enable Fillable Form Fields
- Custom Width (px)
- Custom Height (px)
- Orientation
- Header HTML
- Footer HTML
- Margin Top
- Margin Bottom
- Margin Left
- Margin Right
- Render Timeout (milliseconds)
- Inject JavaScript
- Inject CSS
- Emulate Media Type
- Wait For CSS Selector
- Click CSS Selector
- Click Selector Chain Setup (JSON)
- Wait For Network Idle
- Render Delay (milliseconds)
- Load Images
- Page Scale
- Page Ranges
- Print Backgrounds
- User Agent
- HTTP Headers
- Authentication Username
- Authentication Access Code
- Viewport Width
- Viewport Height
- Metadata
ActionWrite
For builders
Let your AI safely access PDFGate
Go beyond Zap workflows. Install Zapier in your AI to call PDFGate actions directly from your agents—with governance built in. Authenticate once. Revoke access anytime.
Call actions in natural language with Zapier MCP
Act in PDFGate from your AI—no exposed credentials, and you control which actions your AI can touch. One install covers 9,000+ other apps.
Example actions on this page
Works with
Claude · ChatGPT · Cursor · Any MCP-compatible AI
Work in code with the Zapier SDK
Expose PDFGate actions from backend services, scripts, or agent code. Zapier handles the OAuth and scoped permissions. Access 9,000+ apps, plus thousands more with .fetch().
Install
npm install @zapier/zapier-sdk npm install -D @zapier/zapier-sdk-cli zapier-sdk login # create a PDFGate connection @ https://zapier.com/app/assets/connections
Run an action
// Typescript
import { createZapierSdk } from "@zapier/zapier-sdk";
const zapier = createZapierSdk();
const { data: connection } = await zapier.findFirstConnection({ app: "pdfgate", owner: "me" });
await zapier.runAction({
app: 'pdfgate',
action: 'compressPdf',
connection: connection.id,
input: {
{inputKeyValuePairs}
},
});Direct API calls to raw endpoints through fetch are not yet subject to org-level app and action restrictions.





