Formstack Documents
Aynı zamanda bir ajan aracıFormstack Documents (formerly WebMerge) document-generation integration. Documents CRUD (list/get/fields/create/update/copy/delete) + document deliveries, Data Routes CRUD (list/get/fields/rules/deliveries/create/update/delete) + route deliveries, and the JSON merge-and-deliver path for both documents (/merge/{id}/{key}) and routes (/route/{id}/{key}). Auth is HTTP Basic over the /api host (API Key as username, API Secret as password). Action-only: Formstack Documents has no inbound webhook/event API (the only 'webhook' is an outbound per-document delivery callback with a static handshake token, not HMAC) and no cursor-based list, so there is no trigger surface (no webhook handler, no polling) — see webhooks.md and compatibility.md (formstack-documents-03/04). The two merge endpoints live on the bare host https://www.webmerge.me (no /api) and authenticate via the document/route key embedded in the URL, so they use a per-action http.base_url override (ADR-030) and requires_auth:false. Binary-returning surfaces (get_document_file base64, merge download=1, the five tools/* file utilities) require the deferred binary file-I/O engine theme (Theme 9) and are OUT of v1 — see compatibility.md (formstack-documents-05).
20 eylemler · 0 tetikleyiciler
Formstack Documents entegrasyonu — 20 aksiyon ile Formstack Documents'ı otomasyonlarına bağla; her aksiyon aynı zamanda bir AI agent aracı. Örnek: List Documents, Create Document, Get Document, Get Document Fields, Update 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.
Eylemler 20
Zervanor'un Formstack Documents üzerinde yapabilecekleri.
Documents9
List Documents
List all documents (templates) in the account. GET /documents. Supports name/folder filters. Default read connectivity/health-check target.
Create Document
Create a new document/template. POST /documents. Returns the created document object including its new 'id'. Self-contained reversible write (paired with delete_document) — default write test target.
Get Document
Retrieve details for a single document. GET /documents/{id}.
Get Document Fields
List the merge fields defined on a document. GET /documents/{id}/fields.
Update Document
Modify document settings/content. PUT /documents/{id}. Document type cannot be changed.
Copy Document
Duplicate an existing document under a new name. POST /documents/{id}/copy.
Delete Document
Permanently delete a document. DELETE /documents/{id}. Returns {"success":"1"}. Cleanup target for create_document.
List Document Deliveries
List configured delivery methods (email, webhook callback, cloud storage, ...) for a document. GET /documents/{id}/deliveries.
Create Document Delivery
Create a delivery method on a document. POST /documents/{id}/deliveries.
Routes9
List Routes
List all data routes in the account. GET /routes.
Create Route
Create a new data route. POST /routes. Returns the route object including generated 'id' and 'key'.
Get Route
Retrieve a single route's metadata. GET /routes/{id}.
Get Route Fields
List fields for a route (aggregated across all documents in its routing rules). GET /routes/{id}/fields.
Get Route Rules
List the routing rules (conditions) for a route. GET /routes/{id}/rules.
Update Route
Update an existing route configuration. PUT /routes/{id}.
Delete Route
Delete a data route. DELETE /routes/{id}. Returns {"success":"1"}.
List Route Deliveries
List delivery configurations for a route. GET /routes/{id}/deliveries.
Create Route Delivery
Create a delivery method on a route. POST /routes/{id}/deliveries.
Merge1
Merge Document (deliver)
Merge field data into a document and run its configured deliveries. POST https://www.webmerge.me/merge/{id}/{key} (bare host, no /api). No Basic auth — the document {key} in the URL authorizes the call (per-action base_url override, ADR-030). Returns JSON {success, name?, url?}. The binary download=1 variant is deferred (Theme 9) and excluded.
Route1
Merge Route (deliver)
Send data to multiple documents via a route's pre-defined conditions in a single POST, running configured deliveries. POST https://www.webmerge.me/route/{id}/{key} (bare host, no /api). No Basic auth — the route {key} in the URL authorizes the call (per-action base_url override, ADR-030). Returns JSON {success, files:[...]}. The binary download=1 variant is deferred (Theme 9) and excluded.
Aramanızla eşleşen bir şey yok.
Formstack Documents kullanan Çözüm Şablonları
Formstack Documents ile kendi otomasyonunu görsel tasarımcıda kur.
Sıkça sorulan sorular
Formstack Documents ile neler otomatikleştirebilirim?
20 aksiyon var — örneğin: List Documents, Create Document, Get Document, Get Document Fields, Update Document ve daha fazlası.
Formstack Documents bir AI agent aracı olarak kullanılabilir mi?
Evet. Formstack Documents'ın her aksiyonu otomatik olarak bir AI agent aracına dönüşür — aynı pack hem workflow'larını hem agent'larını besler.
Formstack Documents entegrasyonu nasıl modellenir?
Formstack Documents 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.