Skip to content

Destinations

A webhook destination is an HTTPS endpoint you own, and is the most widely supported delivery target.

  • 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 also supports other destination types, such as:

  • AWS SQS
  • AWS Kinesis
  • AWS S3
  • GCP Pub/Sub
  • Azure Service Bus
  • RabbitMQ (AMQP)
  • Kafka