Mautic Email Scheduler
ACTIONSchedule a Mautic email for any future date with subject, HTML content, and target segment. One endpoint: POST /schedule.
Endpoints
· 1POST/scheduleSchedules a Mautic email for a future send date
Input Schema
{
"type": "object",
"required": [
"subject",
"htmlContent",
"sendAt",
"segmentId"
],
"properties": {
"sendAt": {
"type": "string",
"description": "ISO 8601 future date string (e.g. 2026-05-01T14:00:00Z)"
},
"subject": {
"type": "string",
"description": "Email subject line"
},
"segmentId": {
"type": "number",
"description": "Mautic segment ID to send to"
},
"htmlContent": {
"type": "string",
"description": "HTML content of the email"
}
}
}Required Secrets
· 3MAUTIC_BASE_URLMAUTIC_USERNAMEMAUTIC_PASSWORD
✦
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.