The Resend destination sends transactional emails using the Resend API. All recipient and content information comes from your incoming data. You can send one email per row or one email per group when using Group By.Documentation Index
Fetch the complete documentation index at: https://docs.less.tech/llms.txt
Use this file to discover all available pages before exploring further.
You need a Resend API key from resend.com/api-keys. Make sure to verify your sending domain in Resend so emails can be delivered.
Setup
Credentials
Create a Resend destination and complete the Credentials step:
- Resend API key (required): Your API key from Resend (starts with
re_). - From email: Sender address for outgoing emails. Must be from a verified domain in Resend. Defaults to noreply@less.tech if empty.
- From name: Display name for the sender.
Using the Destination tool
On the canvas, add a Destination tool and select your Resend destination. Configure:- Group by (optional): When set, one email is sent per unique combination of the selected columns. Leave empty for one email per row.
- Recipient email column: The column in your data that contains the recipient email address.
- Subject: Email subject line. Use
[ColumnName]to insert values (only group-by columns when grouping is active). Type[to see autocomplete suggestions. - Email body: Rich text editor with formatting. Type
[to autocomplete column names. Use[DATA_TABLE]where you want the inline data table to appear. - Attach dataset as: None, CSV, or Excel. When Group by is set, each email gets its group’s data as the attachment.