Capability · Connectors
Scheduled ingest in, signed batches out.
Pull from file upload, URL, webhook, HTTPS, S3, GCS and SFTP on an hourly, daily or weekly schedule — secrets KEK-encrypted. Push committed batches through a durable queue with a DLQ and admin replay.
What you get
Built for regulated workloads
Mapping is only useful if data can flow in on a schedule and results can flow out reliably. Connectors ingest from file upload, URL import, a webhook receiver, HTTPS, S3, GCS and SFTP — with every source secret KEK-encrypted and syncs on an hourly, daily or weekly cadence. On the way out, committed batches are delivered through a durable queue with a dead-letter queue and admin replay, HMAC-signed, with deterministic idempotency keys so a receiver can safely dedupe retries.
KEK-encrypted credentials
Hourly, daily or weekly
Durable webhook out
HMAC-signed & idempotent
Try it
A real call, end to end
Register a connector with its source, schedule and (encrypted) credentials, and AdaptivMapr syncs it on cadence — mapping each pull and delivering the committed batch to your webhook.
- Connector secrets are KEK-encrypted and service-role-only — never exposed to the cascade or the dashboard plane.
- Idempotency keys are deterministic — sha256(uploadId::batchIndex) — so a receiver can dedupe retries safely.
- Postgres, Google Sheets, Salesforce and HubSpot connectors are on the roadmap, not yet in v1.
curl https://api.adaptivmapr.com/v1/connectors \
-H "Authorization: Bearer $MAPR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "nightly-labs",
"source": { "type": "sftp", "host": "sftp.lab.example",
"path": "/out/*.csv", "secret_ref": "sftp_labs" },
"template": "lab_results",
"schedule": "daily",
"deliver_to": "https://hooks.example.org/mapr"
}'{
"id": "conn_4a91…",
"schedule": "daily",
"next_sync": "2026-07-10T02:00:00Z",
"delivery": { "signed": true, "dlq": true }
}FAQ
Common questions
Ready when you are
Put connectors & webhooks in production — without shipping raw records.
Spin up a key in minutes. Top up a $10 prepaid wallet — every map is a few tokens.