Email Sender
ACTIONSMTP email sender with threading support. Used by the Events pipeline to send support email replies with In-Reply-To headers for proper threading.
Endpoints
· 1POST/sendSends an email via SMTP
Input Schema
{
"type": "object",
"required": [
"to",
"subject",
"body"
],
"properties": {
"to": {
"type": "string",
"description": "Recipient email address"
},
"body": {
"type": "string",
"description": "Plain text email body"
},
"subject": {
"type": "string",
"description": "Email subject line"
},
"inReplyTo": {
"type": "string",
"description": "Message-ID this email is replying to (optional)"
},
"references": {
"type": "array",
"items": {
"type": "string"
},
"description": "Reference message IDs (optional)"
}
}
}Required Secrets
· 6SMTP_HOSTSMTP_PORTSMTP_USERSMTP_PASSWORDSMTP_FROM_NAMESMTP_FROM_EMAIL
✦
Similar ACTION Pieces
File Explorer
Web-based file explorer for browsing the workspace directory structure and viewing file contents with syntax highlighting. Read-only.
Voiceover Service
ElevenLabs-powered voiceover, sound effects, and music generation service. Used to add spoken narration and audio to media content.
R2 Asset Manager
Cloudflare R2-backed asset storage service. Handles uploads, URL imports, and file serving with globally accessible shareable URLs.