Exports

How to Set Up Automated Email Schedules

By SMB Sales Boost Team.

✓ Quick Answer

Email schedules automatically send you fresh lead exports on a recurring basis. Go to Account Settings > Email Schedules, create a new schedule by selecting a filter preset, setting recipients and delivery frequency, then activate it. New leads matching your filters are delivered straight to your inbox.

How to Set Up Automated Email Schedules

Email schedules are one of the most powerful features in SMB Sales Boost. Instead of manually searching and exporting leads, you can have fresh leads delivered to your inbox automatically on a schedule you define.

How Email Schedules Work

  1. You create a filter preset with your search criteria (keywords, location, industry, etc.)
  2. You set up an email schedule linked to that filter preset
  3. On every delivery, the system runs your filters, finds new leads that match, and emails them to your specified recipients
  4. Only new leads (not previously exported) are included, so you never get duplicates

Setting Up an Email Schedule

  1. Create a Filter Preset first - go to the Dashboard, set your desired filters, and click Save Preset
  2. Navigate to Account Settings > Email Schedules
  3. Click Create Schedule
  4. Configure the schedule:
    • Name - Give it a descriptive name (e.g., "Daily TX Plumbing Leads")
    • Filter Preset - Select which saved filter to use
    • Export Format - Choose a custom export format or use the default
    • Frequency - Set interval (e.g., every 1 day, every 6 hours, every 12 hours)
    • Recipients - Add one or more email addresses to receive the export
  5. Activate the schedule - toggle it on and it starts delivering on the next interval

Distribution Modes

Combined File Option

For teams using split mode, you can enable a Combined File that sends an additional consolidated export to designated recipients. Options include:

Managing Schedules via API

POST /api/v1/email-schedules
{
  "name": "Daily TX Plumbing",
  "filterPresetId": 1,
  "intervalValue": 1,
  "intervalUnit": "days",
  "recipients": ["[email protected]"]
}

Via MCP

Ask Claude: "Set up a daily email schedule that sends plumbing leads in Texas to sales@mycompany.com"

Tips

Requirements


Ready to Find Your Next Customers? Get access to newly registered business leads updated daily. Get Started


Related Articles