Destinations
A webhook destination is an HTTPS endpoint you own, and is the most widely supported delivery target.
What a webhook endpoint needs to do
Section titled “What a webhook endpoint needs to do”- Be reachable over HTTPS from the public internet.
- Accept
POSTwithContent-Type: application/json. - Respond within 5 seconds.
- Return an HTTP status below 400 to signal success.
See receiving events for how to structure the handler, and verifying webhooks for confirming a request actually came from Levno.
Other destination types
Section titled “Other destination types”Levno also supports other destination types, such as:
- AWS SQS
- AWS Kinesis
- AWS S3
- GCP Pub/Sub
- Azure Service Bus
- RabbitMQ (AMQP)
- Kafka