Connectors

Connectors

PolDex connects to existing workflows without replacing them.

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.

Phase 1

First connector tracks.

These are source-ready connector packages in the repo. Public marketplace listing still depends on each platform account, review, and approval process.

Source Ready

n8n

Self-hosted automation nodes for credits, schemas, batch estimate, batch creation, status polling, result download, flattening, and completed-work triggers.

Marketplace Ready

Zapier

Zapier app source with API-key auth, URL/text/batch actions, status lookup, credit lookup, and a polling trigger powered by connector events.

Source Ready

Google Sheets

CSV/XLSX import workflow plus Apps Script direct-write connector that checks credits, creates batches, polls status, flattens results, and writes rows.

Workflow Rails

One extraction engine, many entry points.

API

For developers wiring PolDex into backend systems.

Webhooks

For real-time completion delivery into existing services.

Processor

For operations teams that need upload, process, download.

Email Intake

For inbox-led workflows where documents arrive as attachments.

Signed Links

For third-party submissions without a customer portal.

CSV/XLSX

For legacy spreadsheets, procurement teams, and ops handoffs.

SDK

Shared connector SDK.

Connector authors use @poldex/connector-sdk instead of rewriting auth, errors, retries, result downloads, webhook verification, and flattening logic.

getCreditslistSchemasestimateBatchcreateBatchgetBatchgetJobdownloadResultdownloadBatchArtifactlistConnectorEventsverifyWebhookSignatureflattenResultToRows
Polling Rail

Connector events for automation tools.

Webhooks 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"
Roadmap

Remaining connector universe.

These stay roadmap-only until source packages and tests exist. They will reuse the same connector SDK.

MakePipedreamAirtableSmartsheetGoogle DriveOneDriveSharePointDropboxBoxSlackMicrosoft TeamsHubSpotSalesforce

Build on the connector rail.

Start with docs or use the processor to confirm the workflow before wiring an adapter.