send-notification
function
The send-notification
action low level send notification. It belongs to the notifications category within the interaction area.
Action Syntax
send-notification "text"
A quoted text string
send-notification $variable
A variable name starting with $
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = send-notification
Valid sizes
tiny
small
medium
large
extra
Tags
channel
the channel to send notification on
Examples
// Basic Usage
$response = send-notification "message"
Action code: 139411991
Version: 0.6.4
Last updated: 2025-06-13