All Announcements

Release Notes: Jan 25 - Jan 31

Improvement
New Feature
Fix

This update introduces significant expansions to our Email API capabilities, giving developers more control over sending and tracking, alongside compliance improvements for Broadcasts.


πŸš€ API Email Sending

File Attachments: You can now send emails with attachments via the API (both single and bulk sends). We support direct file content (base64) or downloadable URLs, with a limit of up to 5 attachments (25MB total).

Webhooks & Callbacks:

Bulk Send Callbacks: No need to poll for status. You can now provide a callback_url when sending bulk emails, and we will automatically notify you when the processing is complete.

Granular Events: You can now configure exactly which event types trigger a webhook, giving you cleaner data without the noise.

Custom Headers: You can now include custom headers (prefixed with X-) in your API requests, perfect for passing internal tracking identifiers or metadata to your recipients.

Recipient Display Names: API requests now support a friendly "To Name" (e.g., "John Smith" <john@example.com>), allowing for better personalization in the inbox.


πŸ›‘οΈ Broadcast Compliance

Footer Validation: To ensure regulatory compliance, the Broadcast Editor now performs a safety check before sending. If your message is missing a mandatory footer, the system will block the send and alert you to add it.


πŸ› Bug Fixes

Setup: Fixed the "Copy to Clipboard" button on the Domain Setup page; it now correctly copies the domain identifier.