- Categories:
Notification functions (Integration Configuration)
INTEGRATION¶
Returns a JSON object that specifies the notification integration to use to send a message. This is a helper function that you use to construct an integration configuration object for the SYSTEM$SEND_SNOWFLAKE_NOTIFICATION stored procedure.
语法
实参
'integration_name'要使用的通知集成的名称。
返回
A JSON-formatted string that specifies a notification integration for the SYSTEM$SEND_SNOWFLAKE_NOTIFICATION stored procedure to send.
For example, if you pass in the notification integration name 'my_queue_int', the function returns:
示例
See Using SYSTEM$SEND_SNOWFLAKE_NOTIFICATION to send notifications.