Skip to main content
Send Email delivers emails from your workflows using Markifact’s email system. Send reports, alerts, or data summaries directly to your team, clients, or stakeholders with optional file attachments.

When to Use It

Use this node to:
  • Email marketing reports to clients or team members
  • Send automated alerts when metrics hit thresholds
  • Deliver data exports as file attachments
  • Share workflow results via email

Inputs

FieldTypeRequiredDescription
ToTextYesRecipient email addresses (separate multiple with commas)
CCTextNoCarbon copy recipients (separate multiple with commas)
SubjectTextYesEmail subject line (max 100 characters)
Body TypeSelectYesChoose Text/Markdown or HTML format
BodyText AreaYesEmail content (2-40,000 characters)
Include AttachmentSwitchNoAdd data from previous steps as file attachment
Attachment FormatSelectNo*File format: CSV, PDF, Text, or JSON (*Required if attachment enabled)
Attachment DataText AreaNo*Select data from previous workflow steps (*Required if attachment enabled)
Attachment FilenameTextNo*Filename without extension (*Required if attachment enabled)

How It Works

This node sends emails through Markifact’s email system using your @markifactmail.com address. Recipients will see the email coming from your organization’s Markifact email address.

Body Type Options

Text/Markdown:
  • Plain text with optional Markdown formatting
  • Supports bold, italic, lists, and links
  • Best for simple, readable emails
  • Markdown from AI nodes is automatically converted and formatted
HTML:
  • Full HTML email support
  • Complete control over styling and layout
  • Perfect for branded email templates
  • Requires HTML knowledge for advanced formatting

Attachments

When Include Attachment is enabled, you can attach data from previous workflow steps as files.

Supported Formats

FormatBest ForNotes
CSVSpreadsheet data, reportsOpens in Excel/Sheets
PDFProfessional reports, presentationsPrint-ready format
TextSimple data exports, logsPlain text format
JSONTechnical data, API responsesDeveloper-friendly format

Attachment Rules

  • Filename can only contain letters, numbers, hyphens, and underscores
  • File extension is automatically added based on format
  • Attachment size limits apply based on your plan

Email Limits

Free Plan:
  • Can only send emails to your own email address
  • Maximum 5 email addresses at once
Paid Plans:
  • Maximum 10 emails per hour
  • Test emails are sent to your email only (not counted toward limit)
  • Published workflows will send to specified recipients

Output

The node returns:
  • Success status - Whether the email was sent successfully
  • Message ID - Unique identifier for the sent email
  • Recipients - List of email addresses that received the message
  • Timestamp - When the email was sent

Credit Cost

This node costs 2 credits per email sent.

FAQ

Free plan users can only send emails to their own registered email address for testing purposes. This prevents spam and ensures responsible email usage. Upgrade to a paid plan to send emails to external recipients.
On paid plans, you’re limited to 10 emails per hour. If you exceed this limit, additional emails will get an error and your workfow will fail. You can retry sending the email after the next hour.
Yes, you can add multiple email addresses in the “To” field separated by commas (up to 5 addresses on free plan). Each recipient will receive the same email content and attachments.
Data from report nodes (GA4, Google Ads, Meta Ads, etc.) comes in JSON format. If you paste this directly into the email body, it will be unformatted and hard to read. You have two options:
  1. Ask AI to format it: Use an AI node to format the data (e.g., “Format this data in a markdown table”)
  2. Use CSV attachment (recommended for long reports): Enable “Include Attachment” and select CSV format for clean, spreadsheet-ready data
Yes, you can use dynamic data from previous workflow steps in the subject line, email body, and attachment filename. Use the variable picker to insert data from previous nodes.
Use CSV for spreadsheet data that recipients will analyze, PDF for professional reports, JSON for technical data exports, and TXT for simple data or logs. CSV is most common for marketing reports.
When using Text/Markdown body type, you can use bold, italic, bullet points, and links. Markdown output from AI nodes is automatically formatted. HTML body type gives you full control over styling.
I