Guide

Wrap a webhook listener

Keep an HTTP webhook handler alive as a managed listener worker with routes on the managed HTTP context.

Use this when

  • You have an event handler that must stay online waiting for webhooks or similar callbacks.

Verification

  • servix health <name> reports the listener healthy
  • POSTing to the route triggers your handler

Download Markdown