Comment on page
Subgraph Notifications
Satsuma supports sending notifications as your subgraphs undergo lifecycle events.
Currently, only e-mail notifications are supported.
We are aiming to support more methods in the future such as Slack/Telegram.
The following lifecycle events are supported for notifications:
- Live version failed
- New version deployment failed
- New version promoted live
- New version query ready
The notification settings for your subgraph can be configured on the
Settings
tab of the subgraph dashboard.
When a subgraph is initially deployed, all active users' email addresses are added to the notification list. This means that if a user is removed from the account, they will still receive notifications for the subgraph until their email is removed from the list.
Last modified 4mo ago