n8n
Self-hosted automation nodes for credits, schemas, batch estimate, batch creation, status polling, result download, flattening, and completed-work triggers.
The connector layer is deliberately thin: every adapter runs on the same API, webhook, processor, signed-link, and export rails. No duplicate workflow product. No second truth system.
These are source-ready connector packages in the repo. Public marketplace listing still depends on each platform account, review, and approval process.
Self-hosted automation nodes for credits, schemas, batch estimate, batch creation, status polling, result download, flattening, and completed-work triggers.
Zapier app source with API-key auth, URL/text/batch actions, status lookup, credit lookup, and a polling trigger powered by connector events.
CSV/XLSX import workflow plus Apps Script direct-write connector that checks credits, creates batches, polls status, flattens results, and writes rows.
For developers wiring PolDex into backend systems.
For real-time completion delivery into existing services.
For operations teams that need upload, process, download.
For inbox-led workflows where documents arrive as attachments.
For third-party submissions without a customer portal.
For legacy spreadsheets, procurement teams, and ops handoffs.
Connector authors use @poldex/connector-sdk instead of rewriting auth, errors, retries, result downloads, webhook verification, and flattening logic.
getCreditslistSchemasestimateBatchcreateBatchgetBatchgetJobdownloadResultdownloadBatchArtifactlistConnectorEventsverifyWebhookSignatureflattenResultToRowsWebhooks remain the preferred real-time path. For tools that require polling, connectors read completed work through GET /v1/connector/events.
curl "https://poldex-api.plain-water-cd0f.workers.dev/v1/connector/events?since=2026-04-24T00:00:00Z&limit=25" -H "x-api-key: pd_live_YOUR_KEY"
These stay roadmap-only until source packages and tests exist. They will reuse the same connector SDK.
Start with docs or use the processor to confirm the workflow before wiring an adapter.