Snowflake · JSON Structure

Notification Integration Notification Webhook Structure

Type: object Properties: 3
Data LakesData SharingData WarehousingDatabaseSQL

NotificationWebhook is a JSON Structure definition published by Snowflake, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

webhook_url webhook_body_template webhook_headers

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "NotificationWebhook",
  "type": "object",
  "properties": {
    "webhook_url": {
      "type": "string"
    },
    "webhook_body_template": {
      "type": "string"
    },
    "webhook_headers": {
      "type": "object"
    }
  }
}