.announcement
element
The .announcement
action shows an in-app top banner announcement. It belongs to the announcements category within the interaction area.
Action Syntax
.announcement "text"
A quoted text string
.announcement $variable
A variable name starting with $
.announcement blk
A value
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
.announcement "message"
// Using Variables
// Display dynamic content from variables
.announcement $message
Action code: 2824550376
Version: 0.6.4
Last updated: 2025-06-13