Skip to content

Releases: weMail/flysend-node

v1.0.0

02 Apr 16:06

Choose a tag to compare

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