Webhooks let your systems react the moment something happens at Nomos: a lead converts, a subscription activates, an invoice is finalized. Register an endpoint, subscribe to the topics you care about, and Nomos sends a signed HTTPS request as soon as the event occurs, so you can update your CRM, trigger downstream workflows, or notify your customers without polling.Documentation Index
Fetch the complete documentation index at: https://docs.nomos.energy/llms.txt
Use this file to discover all available pages before exploring further.
Event shape
Every delivery uses the same envelope. Thecontext carries IDs only: fetch the resource when you need its current state.
Resources
Receive webhooks
Set up an endpoint and register it in the dashboard.
Verify requests
Validate the
X-Nomos-Signature header.Retries
Handle duplicates, out-of-order events, and timeouts.
Event topics
Browse every event Nomos sends.