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 → Installn8n-nodes-supersendtx.

Self-hosted alternative:

npm install n8n-nodes-supersendtx

Credentials

  1. Create an API key in the Ranla dashboard (rnl_…).
  2. In n8n, add Ranla API credentials with that key.
  3. Leave API Base URL as https://api.ranla.ai unless you use a custom deployment.

Send an email

  1. Add the Ranla node.
  2. Resource: Email → Operation: Send.
  3. Set From (verified domain), To, Subject, and HTML and/or Text.
  4. 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.