Releases: weMail/flysend-node
Releases · weMail/flysend-node
v1.0.0
FlySend Node.js SDK v1.0.0
Initial stable release of the official Node.js SDK for the FlySend API.
Features
- Send single emails via
flysend.emails.send() - Batch send up to 100 emails via
flysend.emails.batch() - Full TypeScript support with type definitions
- Structured error handling:
ValidationError,QuotaExceededError - Configurable base URL and timeout
- Zero production dependencies — uses native
fetch