Resend
2 posts tagged with "Resend"
resend-send-email
function
The resend-send-email action sends an email using resend. It belongs to the resend category within the plugins area.
Action Syntax
resend-send-email in 30m
a value followed by A duration (e.g., 30m, 2h)
resend-send-email true|false YYYY-MM-DD
A boolean value (true or false) followed by A date in YYYY-MM-DD format
Return Value
This function returns a
RESPONSE
value that can be stored in a variable:
$result = resend-send-email
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$response = resend-send-email in 3d
Action code: 2190392199
Version: 0.6.4-2
Last updated: 2025-06-13
set-resend-api-key
The set-resend-api-key action sets the RESEND email plugin API key. It belongs to the resend category within the plugins area.
Action Syntax
set-resend-api-key "text"
A quoted text string
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
set-resend-api-key "value"
Action code: 831667289
Version: 0.6.4-11
Last updated: 2025-06-13