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