Skip to content

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.

  • Be reachable over HTTPS from the public internet.
  • Accept POST with Content-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.

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.