- Categories:
Notification functions (Message Construction)
TEXT_ PLAIN¶
Returns a JSON object that specifies the plain text message to use for a notification. This is a helper function that you use to construct a message object for the SYSTEM$SEND_SNOWFLAKE_NOTIFICATION stored procedure.
Syntax¶
Arguments¶
'message'Content of the message to send.
Returns¶
A JSON-formatted string that specifies a message for the SYSTEM$SEND_SNOWFLAKE_NOTIFICATION stored procedure to send.
For example:
Examples¶
See Using SYSTEM$SEND_SNOWFLAKE_NOTIFICATION to send notifications.