- Click the Create Broadcast button from the navigation panel
- Choose a verified sender from the From field dropdown
- Write your email subject line and compose your content in the editor
- Click Send Email and configure your quota usage settings (see Quota Configuration below)
- Click Send to start sending to all subscribed contacts
- Monitor your email performance with metrics including delivery rate, bounce rate, open rate, and click rate
Quota Configuration
Since broadcasts can consume large amounts of your quota, it’s important to control how much capacity they use. This prevents a single broadcast from using your entire quota. AWS SES enforces two types of limits on your account:- Daily quota: Maximum number of emails you can send in a 24-hour period
- Send rate: Maximum number of emails you can send per second
Unsubscribe Handling
The system provides multiple layers of unsubscribe functionality to ensure compliance and maintain a healthy sender reputation:Automatic Unsubscription
Contacts are automatically unsubscribed when AWS SES reports a bounce or complaint event. This helps protect your sender reputation and ensures you don’t continue sending to invalid or unwilling recipients.Manual Unsubscribe Options
We provides two ways that allow users to unsubscribe manually.-
Unsubscribe footer (your responsibility): You should manually include an unsubscribe link in your email content.
The editor provides an unsubscribe block that you can insert.
The unsubscribe link must be
https://getsendbase.com/unsubscribe?token={{unsubscribeToken}}to properly identify and unsubscribe recipients - Unsubscribe headers (automatic): The system automatically adds unsubscribe headers to every email. These headers allow email clients to display built-in unsubscribe options, providing an additional compliance layer.
Broadcast Statuses
Here are all the statuses that a broadcast can have:draft: The broadcast is being composedqueued: The broadcast is waiting to be processed for sendingin_progress: The broadcast is currently being sent to contactspublished: The broadcast has been successfully sent to all contactspaused: The system paused the publishing process
Limitations
Template Variables
Broadcasts currently do not support template variables for personalization beyond the built-in{{unsubscribeUrl}} and {{unsubscribeToken}} variables.
This limitation exists because the GetContact API retrieving contact has a rate limit of 1 request per second, making it impractical to fetch personalization data when sending to thousands of contacts.
