n8n community node
Send Ranla transactional email from n8n workflows with the community package n8n-nodes-supersendtx.
This integrates Ranla only (rnl_ API keys, api.ranla.ai). It is not the SuperSend cold-email product.
Install
In n8n: Settings → Community Nodes → Install → n8n-nodes-supersendtx.
Self-hosted alternative:
npm install n8n-nodes-supersendtxCredentials
- Create an API key in the Ranla dashboard (
rnl_…). - In n8n, add Ranla API credentials with that key.
- Leave API Base URL as
https://api.ranla.aiunless you use a custom deployment.
Send an email
- Add the Ranla node.
- Resource: Email → Operation: Send.
- Set From (verified domain), To, Subject, and HTML and/or Text.
- Optional: Reply-To, CC/BCC, idempotency key, schedule, template id, unsubscribe.
The node maps to POST /emails. See Send emails.
Other operations
| Operation | Use |
|---|---|
| Get | Fetch one email by id |
| Get Many | List recent sends (limit + cursor) |
Verification status
The package follows n8n’s community node standards (no runtime dependencies, MIT, declarative HTTP). After npm publish with provenance, submit it in the n8n Creator Portal for in-app discovery.