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