Follow @unosendco to stay updated on new features.
v1.7.0
February 8, 2026 - Gender Detection & PersonalizationWhat's New
What's New
Gender Detection π―
- Free & Unlimited - Detect gender from names and emails at no extra cost
- Smart Extraction - Automatically extracts first name from email addresses
- Confidence Scores - Get confidence scores (0-100%) for each detection
Contact Enrichment API
POST /api/v1/contacts/enrich- New endpoint for gender detection- Single or Batch - Enrich single emails/names or up to 1,000 at once
- Audience Enrichment - Enrich all contacts in an audience with one call
- Auto-Update - Optionally save detected gender to contact records
Import Enhancement
- enrich_gender=true - Add to CSV imports to auto-detect gender
- Enrichment Stats - Response includes male/female/unknown counts
Database
- gender - New field on contacts (male, female, unknown)
- gender_confidence - Confidence score 0-100
- gender_cache - Caching table for faster repeat lookups
Use Cases
- Personalized Greetings - βDear Mr. Smithβ or βHi Mariaβ
- Segmentation - Target campaigns by gender
- Analytics - Understand audience demographics
v1.6.0
February 6, 2026 - SMS Registration SystemWhat's New
What's New
10DLC Registration πΊπΈ
- Brand Registration - Register your business with US carriers for 10DLC messaging
- Campaign Registration - Create SMS campaigns with use case, opt-in workflows, and message samples
- Status Tracking - Real-time status updates (Draft β Reviewing β Approved)
- Auto-Retry - Built-in retry logic for AWS Pinpoint rate limits
Toll-Free Verification π
- Toll-Free Registration - Verify toll-free numbers (+1-8XX) for SMS sending
- Company Info - Submit business details, use case, and opt-in workflows
- Screenshot Upload - Attach opt-in workflow screenshots for carrier review
Registration Dashboard
- Registrations Page - New
/sms/registrationspage with stats and table view - Registration Details - Individual registration details with timeline at
/sms/registrations/:id - Status Filters - Filter by Approved, Under Review, Needs Action, Not Started
Registration Wizard
- Multi-Step Wizard - Guided registration process for 10DLC and Toll-Free
- Form Validation - Real-time validation with character counters (40+ chars for descriptions)
- Draft Persistence - Form drafts saved to database, continue where you left off
- Phone Number Optional - Register campaigns now, associate phone numbers later
AWS Pinpoint Integration
- Per-Domain DKIM - Automatic DKIM key generation per domain
- Multi-Region - Support for us-east-1, eu-west-1, ap-northeast-1 regions
- Throttling Handling - Exponential backoff retry for rate-limited requests
v1.5.0
January 23, 2026 - Broadcasts (Marketing Emails)What's New
What's New
Broadcasts π§
- Marketing Emails - Send newsletters, announcements, and campaigns to your audiences
- Visual Editor - Drag-and-drop email builder with Visual/Code toggle
- Template Support - Start from existing templates or create from scratch
- Audience Targeting - Send to specific audiences or contact lists
- Test Emails - Preview broadcasts by sending test emails before launch
- Scheduling - Schedule broadcasts to send at a specific time
- Analytics - Track opens, clicks, bounces, and unsubscribes
Broadcast Limits (Per Plan)
- Free: 5,000 marketing emails/month
- Pro ($20): 50,000 marketing emails/month
- Scale ($100): 200,000 marketing emails/month
- Enterprise: Unlimited marketing emails
Dashboard
- Broadcasts Page - New
/broadcastspage to manage all campaigns - Broadcast Editor - Full-featured editor at
/broadcasts/editor - Usage Tracking - Broadcast usage shown in Settings β Usage
- Sidebar Navigation - Broadcasts added under Emails section
API Endpoints
GET /api/dashboard/broadcasts- List all broadcastsGET /api/dashboard/broadcasts/:id- Get broadcast detailsPOST /api/dashboard/broadcasts- Create broadcastPUT /api/dashboard/broadcasts/:id- Update broadcastPOST /api/dashboard/broadcasts/:id/send- Send broadcastPOST /api/dashboard/broadcasts/:id/test- Send test email
v1.4.0
January 21, 2026 - Email ValidationWhat's New
What's New
Email Validation π‘οΈ
- Single Email Validation - Validate individual email addresses in real-time
- Bulk Validation - Upload CSV or paste lists to validate up to 100,000 emails at once
- Comprehensive Checks - Syntax, MX records, mailbox existence, disposable, and role-based detection
Validation Checks
- Syntax Validation - RFC-compliant email format check
- MX Record Check - Verify domain has valid mail servers
- Mailbox Verification - Check if mailbox actually exists
- Disposable Detection - Identify temporary/throwaway email addresses
- Role-Based Detection - Flag addresses like info@, support@, admin@
- Provider Detection - Identify Gmail, Outlook, Yahoo, and other providers
Dashboard
- Validation Page - New
/validationpage for single and bulk validation - Validation History - Track all validation transactions at
/validation/history - Credit System - Free: 1,000 credits, Pro: 100,000 credits/month ($29/mo)
- Export Results - Download validation results as CSV
API Endpoints
POST /v1/emails/validate- Validate a single email addressPOST /v1/emails/validate/bulk- Validate multiple emails in bulk
v1.3.0
January 5, 2026 - SMS API LaunchWhat's New
What's New
SMS API π
- Send SMS - Send text messages to any phone number worldwide via API
- SMS Included in Plans - Free: 100, Pro: 1,000, Scale: 5,000, Growth: 25,000, Enterprise: Unlimited
- OTP Verification - Built-in verify API for sending and checking verification codes
- Delivery Tracking - Real-time status updates for all SMS messages
- Opt-Out Handling - Automatic STOP/START keyword processing
Pricing Update
- Pro Plan - Now 15) with 1,000 SMS included
Dashboard
- SMS Dashboard - View, filter, and track all SMS messages
- SMS Usage - Monitor usage in Settings β Usage tab
- SMS in Billing - SMS limits shown in plan features
API Endpoints
POST /v1/sms- Send SMS messagesGET /v1/sms/:id- Get message detailsGET /v1/sms- List messagesPOST /v1/sms/verify- Send verification codePOST /v1/sms/verify/check- Verify code
v1.2.0
December 30, 2025 - Infrastructure UpgradeWhat's New
What's New
Deliverability Improvements
- Multi-IP Sending - Emails now route through both IPv4 and IPv6 for better inbox placement
- Enhanced ISP Throttling - Smart rate limiting per provider (Gmail, Outlook, Yahoo)
- Real-time Delivery Tracking - More accurate delivery status with instant bounce detection
- Enterprise IP Rotation - Dedicated IPs for enterprise customers with round-robin delivery
Reliability
- Improved Bounce Handling - Faster bounce detection and status updates
- Better Gmail/Microsoft Delivery - IPv6 support improves delivery to major providers
v1.1.0
December 15, 2025 - Minor ReleaseWhat's New
What's New
New Features
- Inbound Email Processing - Receive and parse incoming emails with full attachment support
- Email Tracking - Track opens and clicks with detailed analytics
- Team Workspaces - Collaborate with team members across multiple workspaces
- Metrics API - Get detailed email analytics and performance metrics
- CLI Tool - New command-line interface for managing emails from the terminal
Improvements
- Better Webhook Reliability - Improved retry logic with exponential backoff
- Faster Domain Verification - DNS checks now run every 30 seconds
- Enhanced Error Messages - More descriptive error codes and messages
Bug Fixes
- Fixed issue where CC recipients werenβt receiving emails in some cases
- Resolved template variable parsing for nested objects
- Fixed timezone handling in scheduled emails
v1.0.1
December 1, 2025 - PatchWhat's New
What's New
Improvements
- Improved Deliverability - Better handling of bounces and complaints
- API Response Times - 40% faster response times on email send endpoint
Bug Fixes
- Fixed issue with special characters in subject lines
- Resolved attachment size validation errors
- Fixed domain verification status caching
v1.0.0
November 15, 2025 - Major ReleaseWhat's New
What's New
Initial Release
- Email Sending API - Send transactional emails
- Domain Management - Add and verify sending domains with SPF, DKIM, DMARC
- API Keys - Secure authentication with
un_prefixed keys - Webhooks - Real-time event notifications for email delivery, opens, clicks
- Templates - Create and manage reusable email templates
- Audiences & Contacts - Manage subscriber lists and contact data
- SDKs - Official SDKs for Node.js, Python, Go, PHP, and Ruby
Developer Experience
- Interactive API documentation
- Code examples in multiple languages
- Sandbox mode for testing
Coming Soon
Weβre constantly improving Unosend. Hereβs whatβs on our roadmap:Scheduled Emails
Schedule emails to be sent at a specific time
Email Editor
Visual drag-and-drop email builder
A/B Testing
Test different email variations
Advanced Analytics
Deeper insights into email performance
Have Feedback?
Weβd love to hear from you! Share your ideas and suggestions:- Email: [email protected]
- Twitter: @unosendco