Transactional

Integrate Transactional Everywhere

Official SDKs and integration guides for every major language and framework.

QUICK START

Send Your First Email

import { Transactional } from '@usetransactional/node';

const tx = new Transactional(process.env.TRANSACTIONAL_API_KEY);

await tx.emails.send({
  from: 'hello@yourdomain.com',
  to: 'user@example.com',
  subject: 'Welcome!',
  htmlBody: '<h1>Hello, World!</h1>',
});

STOP BUILDING
INFRASTRUCTURE.

START SHIPPING YOUR PRODUCT.

Start Building Free