Skip to main content
A destination is an endpoint you configure in Prequel to receive imported records. Prequel supports multiple destination types depending on your delivery needs. Every destination requires a record_schema: a JSON Schema draft-07 document that defines the shape of records Prequel will deliver. This defines the contract between Prequel and your endpoint.

Destination types

TypeBest forDescription
webhook_batchHigh volume (recommended)Delivers multiple records per request.
webhook_recordLower volumeDelivers one record per request. Simpler to implement.
kafka_topicKafka-native teamsDelivers records directly to a Kafka topic.
For the full destination configuration reference and a complete example, see Create Destination. For endpoint implementation requirements — including the headers Prequel sends automatically and expected response codes — see the Dataset API Specification.