n8n-nodes-lettr
v0.1.3
Published
n8n community node for Lettr transactional email APIs
Maintainers
Readme
n8n-nodes-lettr
This package provides a verified-style n8n community node for Lettr.
Logo
- Source logo file (edit this):
assets/logo.svg - n8n node icon file (auto-generated from source on build):
nodes/Lettr/lettr.svg
To apply your custom SVG logo:
npm run sync:logo
npm run buildSupported resources and operations
- Email
- Send
- Get
- Domain
- Get Many
- Template
- Get Many
- Webhook
- Get Many
Credentials
Use a Lettr API key from your Lettr account.
- Credential type:
Lettr API - Auth header:
Authorization: Bearer <api_key>
Build
npm install
npm run buildLocal n8n install
npm install /absolute/path/to/n8n-nodes-lettrThen restart n8n.
Notes for community verification
- Uses official Lettr REST endpoints at
https://app.lettr.com/api - Includes credential test call (
GET /domains) - Includes pagination controls for list operations
- Runtime has no third-party dependencies
