Skip to main content

What this tool does

The Bulk Email Sender sends personalized emails to recipients in your Airtable table. Each email is rendered from a template with that record’s field values substituted in. Engagement data (opens, clicks, unsubscribes, bounces) is written back to Airtable fields you configure.

Settings reference

Source

SettingDescription
Source tableThe table containing recipient records.
Sender nameThe display name shown in the From field. Default: “Filla”.
Reply-to emailThe address recipients can reply to.

Recipient mapping

SettingDescription
Email fieldThe field containing recipient email addresses.
Recipient name fieldOptional. A field for the recipient’s name, used to personalize the To header.
Source viewOnly send to records in this view.

Tracking and compliance

SettingDescription
Open trackingTrack email opens via a tracking pixel. Default: enabled.
Click trackingTrack link clicks. Default: enabled.
Unsubscribe link textText for the unsubscribe link included in each email. Default: “Unsubscribe”.
Physical addressYour mailing address. Required by CAN-SPAM. Shown in the email footer.

Status writeback

SettingDescription
Send status fieldTracks: Sent, Failed, or Pending.
Sent at fieldDate/time when the email was sent.
Open timestamp fieldDate/time when the email was opened.
Click timestamp fieldDate/time when a link was clicked.
Unsubscribe fieldBoolean field. Marked true when the recipient unsubscribes.
Bounce fieldText field for bounce type: hard or soft.

Email layout

SettingDescription
Email widthMax width of the email body: Narrow (480px), Standard (600px), Wide (700px), or Extra Wide (800px).

The template editor

The email template uses the same rich-text editor as the Document Generator. Type @ to insert field values from the connected table. Both the subject line and body support variable references.

Unsubscribe handling

The tool automatically checks a workspace-level unsubscribe list before sending. If a recipient’s email is on the unsubscribe list (from a previous campaign), the email is skipped for that record. When a recipient clicks the unsubscribe link:
  • Their email is added to the workspace unsubscribe list
  • The Unsubscribe field on their record is set to true
  • Future sends to that address are blocked

How emails are sent

Emails are sent via the Resend API from noreply@inbox.filla.io. Status writeback is batched in groups of 10 to respect Airtable’s batch update limits.
Bulk email sending is subject to your plan’s sending limits. Ensure your physical address and unsubscribe link are included to comply with CAN-SPAM and similar regulations.

Common questions

Not currently. Emails are sent from Filla’s sending domain. The reply-to address can be set to your own email so replies come to you.
A 1x1 transparent tracking pixel is embedded in the email. When the recipient’s email client loads images, the pixel request is recorded as an open.
Yes. Set a Source view in Airtable that filters to your target recipients. Only records in that view receive the email.
The template editor shows a live preview of the email template. Currently there is no “send test email” button. Preview the template carefully before running.
Delivery attempts to invalid addresses result in a bounce. The bounce type (hard or soft) is written to the Bounce field if configured.