Skip to main content
A delivery destination is where Mapping.Travel sends a completed mapping job. You can configure any combination of three types:
TypeBest forTriggerPayload
WebhookReal-time integrationsHTTP POST per eventHMAC-signed JSON
Amazon S3Batch ingestion, durable storagePer completed jobResult file (CSV/JSON/XLSX)
SFTPPartner integrations, legacy systemsPer completed jobResult file (CSV/JSON/XLSX)
All destinations share one delivery queue with bounded retries (1m → 5m → 30m → DEAD) and auto-disable on 5 dead attempts within 24 hours.

Getting started

Webhook setup

Receive real-time HMAC-signed JSON payloads on your HTTPS endpoint.

S3 setup

Push result files directly to an S3 bucket or S3-compatible target.

SFTP setup

Deliver result files to any SFTP server using password or SSH-key auth.

Reference

File format

File name pattern, supported formats (CSV/JSON/XLSX), and column reference.

Retry and delivery semantics

Retry schedule, failure classes, dead-lettering, and auto-disable logic.

Verifying webhook signatures

HMAC-SHA256 verification in Node, Python, Kotlin, and Go.

Connection testing

Trigger a test delivery and interpret the result for each destination type.