| Single | POST /emails | Individual transactional emails, emails with attachments, scheduled sends | | Batch | POST /emails/batch | Multiple distinct emails in one request (max 100), bulk notifications |
Always implement these for production email sending. See references/best-practices.md for complete implementations.
| Format (single) | / (e.g., welcome-email/user-123) | | Format (batch) | batch- / (e.g., batch-orders/batch-456) | | Expiration | 24 hours | | Max length | 256 characters | | Duplicate payload | Returns original response without resending | | Different payload | Returns 409 error |
Verwenden Sie diese Option, wenn Sie Transaktions-E-Mails (Willkommensnachrichten, Bestellbestätigungen, Passwort-Zurücksetzungen, Quittungen), Benachrichtigungen oder Massen-E-Mails über die Resend-API senden. Quelle: samunderwood/agent-skills.