PDFMonkey
Aynı zamanda bir ajan aracıPDFMonkey document-generation integration: create/generate PDFs from templates, poll status, manage templates, and react to Svix-signed document.generation webhooks
12 eylemler · 3 tetikleyiciler
PDFMonkey entegrasyonu — 12 aksiyon ve 3 tetikleyici ile PDFMonkey'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: Get Current User, Generate Document, Get Document, Update Document, Delete Document. Boş bir tuvalde uğraşmadan — bağla ve workflow'larında kullan.
Aşağıdaki her eylem, bir AI ajanının da çağırabileceği bir araçtır — aynı pack hem iş akışlarınızı hem ajanlarınızı çalıştırır.
Tetikleyiciler 3
PDFMonkey üzerinde bir iş akışını başlatabilen olaylar.
Document Generation Success
Fires when a PDFMonkey document finishes generating successfully (document.status == 'success'); download_url is available. Delivered via Svix, verified with the registered svix signature handler.
Document Generation Failure
Fires when a PDFMonkey document fails to generate (document.status == 'failure'); failure_cause describes the error. Delivered via Svix, verified with the registered svix signature handler.
New / updated PDFMonkey document
Fires for documents updated since the last poll; filter q[status]=success for completed PDFs.
Eylemler 12
Zervanor'un PDFMonkey üzerinde yapabilecekleri.
Document Templates4
Get Template
Fetch the full DocumentTemplate including body, scss_style, settings and sample_data (GET /document_templates/{id}).
Create Template
Create a document template programmatically (POST /document_templates). Body wrapped under 'document_template'.
Update Template
Update an existing template; only included fields change (PUT /document_templates/{id}). Body wrapped under 'document_template'.
Delete Template
Permanently delete a template (DELETE /document_templates/{id}). Returns 204 No Content.
Documents4
Generate Document
Create a document and (with status 'pending') queue asynchronous generation (POST /documents). Body is wrapped under the 'document' key. Returns 201 with { document: { id, status, ... } }. WRITE test target (paired with delete_document cleanup).
Get Document
Fetch the full Document including payload, generation_logs and checksum (GET /documents/{id}). Poll until status is success/failure, then read download_url.
Update Document
Update a draft document; set status 'pending' to trigger generation (PUT /documents/{id}). Body wrapped under 'document'; only included fields change.
Delete Document
Permanently delete a document and its stored file (DELETE /documents/{id}). Returns 204 No Content. CLEANUP test target.
Document Cards2
Get Document Card
Fetch the lightweight DocumentCard for an id (GET /document_cards/{id}) — no payload/generation_logs/checksum. Recommended for status polling.
List Document Cards
Paginated list of lightweight document cards, max 24/page (GET /document_cards). Filterable by template, status, workspace, updated-since cursor and search. Polling-trigger candidate.
Current User1
Get Current User
Return the authenticated PDFMonkey account (GET /current_user). PDFMonkey's documented way to verify an API key; parameterless, safe, read-only. READ test target.
Document Template Cards1
List Template Cards
Paginated list of lightweight template cards (GET /document_template_cards). Requires a workspace filter; optionally filter by folders, sort and page.
Aramanızla eşleşen bir şey yok.
PDFMonkey kullanan Çözüm Şablonları
PDFMonkey ile kendi otomasyonunu görsel tasarımcıda kur.
Sıkça sorulan sorular
PDFMonkey ile neler otomatikleştirebilirim?
12 aksiyon var — örneğin: Get Current User, Generate Document, Get Document, Update Document, Delete Document ve daha fazlası.
Hangi PDFMonkey olayları bir workflow başlatabilir?
3 tetikleyici — örneğin: Document Generation Success, Document Generation Failure, New / updated PDFMonkey document.
PDFMonkey bir AI agent aracı olarak kullanılabilir mi?
Evet. PDFMonkey'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.
PDFMonkey entegrasyonu nasıl modellenir?
PDFMonkey sürümlü bir connector pack olarak modellenir; muhakeme gerektiren adımlar workflow'larla aynı runtime'da barınan first-party agent'lara düşer.