n8n-nodes-keplars
v2.6.1
Published
n8n community node for Keplars transactional email API
Maintainers
Readme
n8n-nodes-keplars
Keplars node for n8n. Send transactional emails through Keplars' priority-queue API directly from your n8n workflows.
Install
In your n8n instance go to Settings - Community Nodes - Install and enter:
n8n-nodes-keplarsOperations
| Operation | Priority | Delivery | |---|---|---| | Send Email | Instant | 0-5 seconds | | Send High Priority Email | High | 0-30 seconds | | Send Async Email | Async | 0-5 minutes |
Credentials
- Go to Credentials in n8n
- Add new credential: Keplars API
- Enter your API key from dash.keplars.com
Fields
| Field | Required | Description | |---|---|---| | To | Yes | Recipient email address | | From | Yes | Sender address (must be verified in Keplars) | | Sender Name | No | Sender display name | | Subject | Yes | Email subject line | | Body | No | HTML or plain text content | | Template ID | No | Keplars template ID | | Template Parameters | No | Key-value variables for templates |
Development
npm install
npm run build # compile TypeScript
npm run dev # watch mode with n8n hot reload
npm run lint # check code quality
npm run lint:fix # auto-fix lint issuesLicense
MIT
