set-message-subject
The set-message-subject
action sets the message subject field. It belongs to the inbox category within the external area.
Action Syntax
set-message-subject "text"
A quoted text string
set-message-subject $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
set-message-subject "sub"
// Using Variables
// Display dynamic content from variables
set-message-subject $subject
Action code: 3778817318
Version: 0.6.4
Last updated: 2025-06-13