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