# Grants notifications

Source: https://developer.nylas.com/docs/reference/notifications/grants/

Notifications about grant lifecycle events including creation, updates, expiration, and deletion.

## Triggers

- [`grant.created`](https://developer.nylas.com/docs/reference/notifications/grants/grant-created/) - Sent when a user successfully authenticates with your Nylas application for the first time.
- [`grant.updated`](https://developer.nylas.com/docs/reference/notifications/grants/grant-updated/) - Sent when a grant is modified, updated, or re-authenticated.
- [`grant.deleted`](https://developer.nylas.com/docs/reference/notifications/grants/grant-deleted/) - Sent when a grant is deleted because of a Delete Grant request.
- [`grant.expired`](https://developer.nylas.com/docs/reference/notifications/grants/grant-expired/) - Sent when a grant's credentials expire, typically due to a change in the user's password on the provider, OAuth token expiration without successful refresh, the provider revoking access, or an admin revoking app permissions.
- [`grant.imap_sync_completed`](https://developer.nylas.com/docs/reference/notifications/grants/grant-imap_sync_completed/) - Sent when a grant is created for an IMAP account and the initial historic sync completes.
