Use notification integrations¶

The Snowflake REST Notification Integration API provides the following endpoints to access, update, and perform certain actions on Notification Integration resources.

Snowflake REST Notification Integration API endpoints¶

Endpoint

Description

GET /api/v2/notification-integrations

Lists available notification integrations.

POST /api/v2/notification-integrations

Creates a notification integration.

GET /api/v2/notification-integrations/name

Fetches a notification integration.

DELETE /api/v2/notification-integrations/name

Deletes a notification integration.

For reference documentation, see Snowflake Notification Integration API reference.