跳到主要内容

ALTER NOTIFICATION INTEGRATION

Introduced or updated: v1.2.371

修改用于向外部消息服务发送通知的命名通知集成设置。

注意: 此功能仅在 Databend Cloud 中开箱即用。

语法

Webhook 通知

ALTER NOTIFICATION INTEGRATION [ IF NOT EXISTS ] <name> SET
[ ENABLED = TRUE | FALSE ]
[ WEBHOOK = ( url = <string_literal>, method = <string_literal>, authorization_header = <string_literal> ) ]
[ COMMENT = '<string_literal>' ]
必需参数描述
name通知集成的名称。这是一个必填字段。
可选参数 (Webhook)描述
enabled通知集成是否启用。
urlWebhook 的 URL。
method发送 Webhook 时使用的 HTTP 方法。默认是 GET
authorization_header发送 Webhook 时使用的授权头。
comment与通知集成关联的注释。

示例

Webhook 通知

ALTER NOTIFICATION INTEGRATION SampleNotification SET enabled = true

此示例启用了名为 SampleNotification 的通知集成。

开始使用 Databend Cloud
低成本
快速分析
多种数据源
弹性扩展
注册