Overview
What is SendClean?SendClean is a comprehensive email delivery platform designed to handle both transactional and marketing emails at scale. It provides robust APIs that enable developers to integrate email sending capabilities into their applications, websites, and business workflows.
The platform offers two distinct API services, each optimized for different use cases:
Two API Services
Choose the API service based on how you send email: one personalized email at a time, or high-volume campaign batches.
Use the Single API for transactional and personalized emails triggered by a specific user action, such as order confirmations, password resets, and account notifications.
Use the Bulk API for high-volume email campaigns, newsletters, scheduled campaigns, batch notifications, and promotional emails sent to large subscriber lists.
API service comparison
| Service | Best for | Common use cases | Sending model |
|---|---|---|---|
| Single API (v1.0) | Individual, personalized, time-sensitive emails | Order confirmations, password resets, account notifications, one-to-one communications, dynamic recipient-specific content | Each API call sends one email to one or more recipients. |
| Bulk API (v2.0) | High-volume email campaigns and marketing operations | Marketing campaigns, newsletters, promotional emails, batch notifications, scheduled campaigns, high-throughput email operations | Send thousands of emails in a single operation with batch processing and campaign management. |
Use Single API when each email is triggered by a user action. Use Bulk API when you need to send campaign-style emails to many recipients at once.
Updated 28 days ago