Home / Basics / Events and Notifications

Events

Overview

All published events in Highnote are available via the GraphQL API and stored for 30 days. This is useful as a fallback if a webhook is missed or your integration does not require pushed notifications.

Fetch All Events

You can fetch all events using the notificationEvents query. This returns a paginated list of results, defaulting to 20 entries.

Query For Individual Events

You can find a specific event using a node query similar to the following query:

Provide Feedback

Was this content helpful?