API Overview
The Email API allows you to send single emails with customizable content, scheduling, and tracking features.
🔗 Endpoint
✨ Features
- 📩 Send a single email communication per request.
- 📝 Support for plain text and HTML formatted emails.
- ⏰ Schedule emails to be sent at a specified
sendAt
time. - 🆔 Track emails using a unique
uid
for each request. - ✅ Option to check whether the recipient is opted out using the
checkOptOut
flag. - ⚠️ Built-in error handling with detailed response codes.
Next Steps
Use the navigation menu to explore detailed sections of the Email API documentation, including:
- Request Body
- Response Body
- Examples
- Authentication