set-announcement
function
The set-announcement
action sets an app wide banner announcement. It belongs to the announcements category within the interaction area.
Action Syntax
set-announcement "text"
A quoted text string
set-announcement $variable
A variable name starting with $
set-announcement blk
A value
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = set-announcement
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = set-announcement "text"
Action code: 4096517870
Version: 0.6.4
Last updated: 2025-06-13