Skip to main content
All webhook events follow a consistent structure:
FieldTypeDescription
idstringUnique event identifier (starts with evt_)
timestampstringISO 8601 timestamp when the event was created
topicstringEvent type identifier (e.g., subscription.created)
contextobjectEvent-specific data containing relevant resource IDs
To support you with the concrete context values returned, refer to the events endpoint.

Event topics

Nomos currently supports the following webhook events:
Event TopicContext FieldsDescription
subscription.createdsubscription, lead (optional)A new subscription has been created
subscription.confirmedsubscriptionA subscription has been confirmed - can happen multiple times when the start date changes
All event topics follow the format resource.action (e.g., subscription.created, invoice.finalized). The context object contains IDs of relevant resources that you can use to fetch additional details via the API.
You can always check the Events API Reference for more details.