Snowflake · Example Payload

Notification Integration Notification Webhook Example

Data LakesData SharingData WarehousingDatabaseSQL

Notification Integration Notification Webhook Example is an example object payload from Snowflake, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

webhook_urlwebhook_body_templatewebhook_headers

Example Payload

Raw ↑
{
  "webhook_url": "https://www.example.com",
  "webhook_body_template": "example_value",
  "webhook_headers": "example_value"
}