The Send emails by row step sends one email per row in your dataset, using the email address in a column you choose. It’s the right step when you need to notify a list of recipients with personalized content — chargeback alerts to vendors, status updates to customers, daily summaries to store managers. Up to 75 emails per run. All messages send fromDocumentation Index
Fetch the complete documentation index at: https://parabola.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
team@parabolamail.io with a “Powered by Parabola” footer.
Setting up the step
Subject and Body: required. Personalize them with merge tags from other columns using
{curly braces}.
Using variables
Personalize subject and body with merge tags. Tags reference column names from the input table using{curly braces}.
For example, with columns named “Name” and “Order ID”:
- Subject:
Your order {Order ID} has shipped - Body:
Hi {Name}, your order is on the way!
Cell values can contain literal curly braces without breaking anything. Parabola only evaluates merge tags in the subject and body template fields, not in your data.
Helpful tips
- HTML formatting: select HTML in the Body Format. Common tags like
<br>,<b>, and<a>are supported. - 75-recipient limit per run. Filter or batch upstream if your list is larger.
- One email per row. If you need to send a single email with a file attached to a fixed list, use Email a file attachment instead.
- Watch for empty rows. If the email column has blank cells, the step still tries to send. Filter blanks out with Filter rows first.
- Schedules apply to the parent flow. Pair this step with the flow’s schedule trigger to send recurring digests.
Related steps
- Email a file attachment — for one email with a file to a fixed recipient list
- Generate CSV file — when recipients prefer a downloadable file over inline content
- Filter rows — to drop rows with missing email addresses before sending
- Edit columns — to build the subject or body content from raw fields
- Send Slack message — when an internal channel is the better destination