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 fromteam@parabolamail.io, with a footer that says “Powered by Parabola.”
Setting Up the Step
Subject and Body: These are required fields. You can personalize them by merging values from other columns using
{curly braces}.
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.
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.