Skip to main content

Send emails by row

The Send emails by row step sends one email per row in your dataset using the email address listed in a specific column. This is useful for sending personalized messages to a list of recipients. The step supports up to 75 emails per run and all messages are sent from team@parabolamail.io, with a footer that says “Powered by Parabola.”

Setting Up the Step

1
Add the step to your flow by dragging it onto the canvas.
2
Connect it to the last step that contains your column of email addresses.
3
Open the step to configure its settings.
4
Recipients: Choose the column with the email addresses.
5
Body Format: Choose between plain text and HTML.
6
Subject and Body: These are required fields. You can personalize them by merging values from other columns using {curly braces}.
7
Reply To: Enter the email address where replies should be sent.

Using variables

You can personalize your emails by using variables in the subject and body fields. Variables are defined by the column names in your input table and are referenced using {curly braces} syntax. For example, if your table has columns named “Name” and “Order ID”, you can write:
  • Subject: Your order {Order ID} has shipped
  • Body: Hi {Name}, your order is on the way!
Your data cells can contain curly braces without causing errors. Parabola only looks for variables in the subject and body template fields, not in your data values.
If you reference a variable that doesn’t exist as a column name, the error message will tell you which variable name is invalid and which field (subject or body) contains it.

Helpful tips

  • Use HTML formatting in the Body field by selecting HTML as the format.
  • Common HTML tags like <br>, <b>, and <a> are supported.
  • Avoid exceeding the 75-recipient limit per run to prevent errors.
  • If you need to send a single email with a file attached, use the “Email a file attachment” step instead. Unlike “Send emails by row,” which sends one email per row, the “Email a file attachment” step sends one email total with a file attachment—ideal for sharing reports or exports with a fixed list of recipients.
Last modified on March 5, 2026