How to Send a List Email from a Campaign in Salesforce

A sales team has invited prospects to a product webinar and now needs to send one clear follow-up email to everyone who registered. Doing this one record at a time wastes hours and creates inconsistent messaging.

In projects I have worked on, I use a Salesforce Campaign to keep the audience, member status, and email activity together. It gives sales and marketing teams a controlled way to email campaign members without exporting contacts to a spreadsheet first.

This practical guide shows you how to send a list email from a campaign in Salesforce, verify access, choose the right members, use a reusable template, and avoid common sending mistakes.

What You Need Before Sending a List Email

Before you send a list email from a campaign in Salesforce, confirm that your org and user account meet the basic requirements.

The Campaign object helps you group leads and contacts around a marketing activity, such as a webinar, event, product launch, or renewal outreach.

For this example, imagine a Sales Cloud team with 20 sales representatives. They created a campaign named Q4 Product Demo Webinar and added leads and contacts as campaign members. They now want to email only members with the status Registered.

You need the following:

  • A Salesforce Campaign with campaign members.
  • Campaign members who are leads, contacts, or person accounts with valid email addresses.
  • Access to the Campaigns tab and the campaign record.
  • The Allow Sending of List Emails user permission.
  • Email deliverability set to allow outbound email.
  • An email template or approved email content.

If the Send List Email button does not appear, review this guide on how to fix a missing Send List Email button in Salesforce Lightning.

Check Your User Permission in Salesforce

A permission set gives additional access to selected users without changing their full profile. I recommend using a permission set for list-email access because it gives administrators more control than adding broad permissions to every user profile.

Follow these steps to grant access:

  • Click the gear icon and select Setup.
  • In the Quick Find box, search for Permission Sets.
  • Open an existing permission set or click New to create one.
  • Open System Permissions.
  • Click Edit.
  • Enable Allow Sending of List Emails.
  • Click Save.
  • Assign the permission set to the sales or marketing users who should send campaign emails.

You should also confirm that the user has the required object access through their profile or permission set. A profile defines the baseline permissions for a user, while a permission set adds targeted access.

Learn more about managing Salesforce profiles and permission sets before granting list-email access widely.

Check Email Deliverability in Salesforce

Email Deliverability controls whether Salesforce can send outbound email from the org. This setting often confuses sandboxes, where Salesforce administrators commonly restrict outbound emails during testing.

To check it:

  • Go to Setup.
  • Search for Deliverability in Quick Find.
  • Open Deliverability.
  • Set the Access Level to All Email when you are ready to send real emails.
  • Click Save.

Use System Email Only in a sandbox if you want to test configuration without emailing external campaign members. Never change deliverability to All Email in a shared sandbox without notifying the wider team.

Prepare Campaign Members Before You Send

The quality of your list email depends on the quality of your campaign members. Before sending, make sure the campaign includes the right people and that each member has an accurate status.

A campaign member is a lead, contact, or person account associated with a campaign. Member statuses show where someone sits in the campaign journey, such as Sent, Responded, Registered, Attended, or No Show.

For the webinar example, use statuses like these:

Campaign member statusUse it for
InvitedPeople who received the first invitation
RegisteredPeople who signed up for the webinar
AttendedPeople who joined the webinar
No ShowPeople who registered but did not attend
Follow-Up SentPeople who received the post-event email

These statuses make the campaign useful after the email goes out. Your team can later measure who registered, attended, or responded instead of treating every recipient as the same.

If you still need to build your audience, first learn how to add contacts to a campaign in Salesforce. You can also import a large audience efficiently by importing contacts as campaign members with Data Loader.

Review Member Status and Email Fields

Open your campaign and select the Related tab. Find the Campaign Members related list and review these fields before you send:

  • Name
  • Email address
  • Campaign Member Status
  • Lead Source
  • Account, if the member is a contact
  • Has Opted Out of Email, where applicable

For the webinar follow-up, select only members with the status Registered. Do not send the same email to people with status No Show if your message includes a recording link meant only for attendees. Segmentation protects the customer experience and improves the usefulness of your follow-up.

If you need better member status tracking, you can mass update campaign member status with Data Loader.

Pro Tip: In my experience, the biggest campaign-email mistake is treating every member status as eligible. I always define the exact eligible statuses before writing the email, then test with a small internal audience first.

How to Send List Email from a Campaign in Salesforce

Follow these steps to send a list email from a campaign in Salesforce Lightning Experience.

Step 1: Open the Campaign Record

  • Click the App Launcher.
  • Search for and select Campaigns.
  • Open the campaign that contains the members you want to email.

For this example, open the GC Product Webinar – Jan 7, 2002 campaign.

Create a Campaign in Salesforce

If you have not created the campaign yet, follow this guide to create a campaign in Salesforce.

Step 2: Open the Campaign Members Related List

  1. On the campaign record, click the Related tab.
  2. Locate the Campaign Members related list.
  3. Click View All if Salesforce does not show every member.

The full campaign member view gives you more room to review names, email addresses, and statuses. It also makes it easier to select a targeted group.

Step 3: Select the Campaign Members

Select the campaign members who should receive your email.

For the webinar example:

  • Filter or review the list for members with the status Registered.
  • Select the checkbox beside each eligible member.
  • Use the top checkbox to select all displayed members.

Always verify the selected count before you continue. If the campaign contains 600 members but only 250 are registered, your selected count should reflect the 250 registered members, not all 600 campaign members.

You can create a separate campaign for each audience segment when the outreach requires different messaging. For example, create one campaign for webinar registrants and another campaign for attendees who need a demo follow-up.

Step 4: Click Send List Email

After selecting the correct campaign members:

  • Click the arrow or action menu in the Campaign Members related list.
  • Select Send List Email.
Send a List Email from a Campaign in Salesforce

Salesforce opens the list email composer. The recipient list uses the campaign members you selected.

If you cannot find the action, review your user permissions, email deliverability settings, and page layout. The action may also be missing because the administrator has not added it to the relevant list view button layout.

Step 5: Choose an Email Template or Compose the Email

You now have two main choices:

  • Use a saved Lightning Email Template for a consistent, approved email.
  • Write a new email directly in the composer for a one-time communication.

A Lightning Email Template is a reusable email layout that can include subject text, rich text, images, merge fields, and standard messaging. Templates reduce errors and help sales teams use approved language.

Send list email in Salesforce Lightning Campaign

For a webinar follow-up, your subject line might be:

Thanks for registering — here is your webinar access link

Your message could include:

  • A personal greeting
  • Webinar date and time
  • Meeting or recording link
  • Presenter details
  • A call to action, such as booking a product consultation
  • Contact details for questions

To create a reusable template first, see how to create a Lightning email template in Salesforce.

Step 6: Use Merge Fields Carefully

A merge field inserts Salesforce data into an email, such as the recipient’s first name, company, or record owner. Merge fields make bulk emails feel more personal, but they only work well when your data is complete and clean.

For example, you might write:

Hi {!Recipient.FirstName},

Thanks for registering for our Q4 Product Demo Webinar.

The merge field replaces FirstName with each recipient’s own first name when Salesforce sends the email.

Before you send, preview the email for several recipients. Check a lead, a contact, and a record with an incomplete first name if possible. A poor preview can reveal issues such as “Hi,” or an outdated company value.

Campaign-specific data may not always work as a merge field in a standard list email. Keep campaign details, such as the webinar date, product name, or registration instructions, directly in the template when they are the same for every recipient.

Step 7: Review the Email and Send

Before sending, review:

  • Subject line
  • Recipient count
  • Sender identity
  • Email template content
  • Merge field results
  • Attachments, if included
  • Links and meeting URLs
  • Unsubscribe or communication-preference wording required by your organization

When everything looks correct, click Send.

Salesforce sends the list email to the selected campaign members. The send is not a substitute for a full marketing automation journey, but it works well for targeted sales and operational communication.

Track Campaign Results After Sending

Sending the email is only the first part of the campaign. Your sales team should track what happens next.

Update campaign member statuses as prospects take action. For example:

  • Change Registered to Attended when a member joins the webinar.
  • Change Attended to Follow-Up Sent after sending the recording.
  • Change Follow-Up Sent to Meeting Booked when the prospect schedules a demo.
List email for campaign in Salesforce Classic

You can then create a Campaign Report to understand the campaign audience and outcomes. A report organizes Salesforce data into rows, filters, groupings, and charts so sales leaders can see results without reviewing each campaign member manually.

Create a report that includes:

  • Campaign Name
  • Campaign Member Status
  • Lead Source
  • Member Type
  • Created Date
  • Response indicators
  • Opportunity influence, if your Salesforce process uses campaign influence

For step-by-step reporting help, read how to create a campaign report in Salesforce. You can also use a revenue by lead report to connect lead generation work with pipeline outcomes.

When to Use List Email vs Flow in Salesforce

Use Send List Email from a campaign when a user needs to send a targeted email now and wants to control the audience manually. It is ideal for webinar reminders, event updates, sales outreach, partner announcements, and short follow-up campaigns.

Use Salesforce Flow when the email should send automatically after a record change or at a scheduled time. A Flow is Salesforce’s declarative automation tool. For example, you could build a record-triggered Flow that sends an email when a campaign member status changes to Registered.

Choose Send List Email when:

  • A sales or marketing user needs manual control over the message and timing.
  • You need to email a selected group of campaign members.
  • You want to use a simple, targeted campaign follow-up.
  • The email does not need complex automation.

Choose Flow when:

  • Salesforce should send the email automatically.
  • You need conditional logic based on fields or statuses.
  • You need reminders, scheduled follow-ups, or record updates.
  • You want the process to run without manual action.

For automated email use cases, learn how to send email with Salesforce Flows and how to use email templates directly in Salesforce Flow.

Things to Keep in Mind

  • Permission control: Grant Allow Sending of List Emails through a permission set only to users who need it. This prevents unapproved bulk outreach.
  • Email deliverability: Check the org’s deliverability setting before testing or sending. Sandbox settings can block external recipients.
  • Campaign member status: Define clear statuses before sending. Statuses such as Invited, Registered, Attended, and Follow-Up Sent make reporting meaningful.
  • Recipient selection: Review the selected members carefully. A campaign often contains several segments that need different messages.
  • Data quality: Check email addresses, first names, opt-out fields, and duplicate records before sending. Poor data creates bad personalization and duplicate emails.
  • Daily limits: Salesforce limits the number of external emails your org can send each day. Plan larger sends with your administrator, especially when other teams also use automated email processes.

Frequently Asked Questions

Can I send a list email to all campaign members in Salesforce?

Yes, you can select campaign members from the Campaign Members related list and use Send List Email. Review member statuses first, so you only include the correct audience.

Why is Send List Email missing from my campaign in Salesforce?

The button may be missing because you do not have the Allow Sending of List Emails permission, email deliverability is restricted, or the action is absent from the relevant layout. Check permissions first, then ask an administrator to review the campaign member list actions.

Can I use an email template when sending list email from a campaign?

Yes. You can select a Lightning Email Template in the list email composer. Templates help teams send approved content and keep branding consistent.

Can I send a list email to leads and contacts from the same campaign?

Yes, a campaign can contain both leads and contacts as campaign members. Test your merge fields before sending because data quality can vary between lead and contact records.

Can I schedule a list email from a Salesforce campaign?

Native list email works best for a manual send. If you need automatic timing, recurring reminders, or emails based on member status changes, use Salesforce Flow or your organization’s marketing automation process.

How many campaign members can I email at once in Salesforce?

The exact number depends on your Salesforce edition, user access, and daily email limits. Salesforce also applies recipient and external-email limits, so check the limits in your org before you schedule a large campaign send.

Conclusion

Sending list email from a campaign in Salesforce helps your team reach the right leads and contacts while keeping campaign membership and follow-up activity organized.

Start with accurate member statuses, use a tested template, review recipients carefully, and then add automation only when the process needs it.

You may also like:

4 Hours Live Workshop

BUILD YOUR AI CRM ASSISTANT WITH AGENTFORCE

Build a Smart AI-Powered CRM Assistant with Agentforce in Just 4 Hours—Hands-On, Live, and Ready for Real-World Use!

27 August 2026 | 7 PM to 11 PM IST | 9:30 AM to 1:30 PM EST

Early Bird: $9 – First 15 Seats

Agentforce in Salesforce

DOWNLOAD FREE AGENTFORCE EBOOK

Start with AgentForce in Salesforce. Create your first agent and deploy to your Salesforce Org.