Skip to main content
In Prequel Import, a Destination is a configured endpoint to which Prequel Import will deliver Provider data. To use Prequel Import, you need to implement at least one spec-compliant endpoint.

Destination Types

Your platform may have unique rules and resolution patterns for data creation, updates, and deletes, so Prequel provides flexible destination specifications for you to implement against.
TypeBest ForDescription
Batch APIHigh volume (recommended)Processes multiple records per request. Compatible with most tech stacks.
Record APILow volumeProcesses a single record at a time. Simpler to implement.
Kafka TopicKafka-native teamsDelivers data directly to Kafka topics.