Documentation version: Latest (v1)
Technical Guide
Node.js Integration
Integrate Risu Mail into your JavaScript/TypeScript services with zero dependencies. Our API is compatible with native fetch and common libraries like Axios.
Implementation
For modern Node.js environments (v18+), we recommend using the global 'fetch' API. This keeps your deployment slim and avoids dependency hell.
Example: Send a JSON payload to /v1/emails and handle results with a standard try/catch block.
TypeScript support
Our API responses follow a strict schema. You can define interfaces for the RisuResponse to get full autocomplete and type safety throughout your mailing service.
Ready to integrate?
Start building with our free tier and follow our detailed API contract.