Destinations
A webhook destination — an HTTPS endpoint you own — is the supported and tested option today, and is what the rest of these docs describe.
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 can also deliver into AWS SQS, AWS Kinesis, AWS S3, GCP Pub/Sub, Azure Service Bus, RabbitMQ (AMQP), and Kafka. If you would rather receive events into a queue than an HTTP endpoint, talk to Levno and we will confirm what we can enable.