Skip to main content
Outbound webhooks let your system react to changes inside Notealy without polling. Configure a subscription URL in Settings → Webhooks, and Notealy will POST a signed JSON envelope every time a matching event occurs.

Envelope

Headers:

Available events

Subscriptions accept either a specific list of event types or * for all events.

Responding

Return any 2xx within 25 seconds. Anything else (including timeouts) is treated as failure and triggers retries — see Retries. Treat webhooks as at-least-once: Notealy may deliver the same event more than once on retry. Use X-Notealy-Delivery-Id to deduplicate on your side.