Maildeno ships official SDKs for JavaScript/TypeScript and Python. Both wrap the same Render REST API and expose an identical conceptual surface — only the language idioms differ.
Available SDKs
| Language | Package | Version | Minimum runtime |
|---|---|---|---|
JavaScript / TypeScript |
1.0.0 |
Node.js 18+ (or any runtime with native |
|
Python |
1.0.0 |
Python 3.9+ |
Quick comparison
| Feature | JavaScript SDK | Python SDK |
|---|---|---|
Async support |
Native ( |
|
Sync support |
N/A (JS is async by nature) |
|
Transport |
Native |
|
Type safety |
Full TypeScript types exported |
Full PEP 561 type stubs (mypy / pyright) |
Error type |
|
|
Validation errors |
|
|
Render methods
Both SDKs expose the same methods:
| Method | Returns |
|---|---|
|
Full result object ( |
|
Rendered HTML string |
|
Rendered React/TSX string |
|
Rendered MJML string |
Where to go next
-
JavaScript / TypeScript SDK — full reference
-
Python SDK — full reference
-
REST API — raw HTTP reference (no SDK)
-
Error Codes — complete error code reference
-
API Key Scopes — key creation and permissions