Integrate Transactional Everywhere
Official SDKs and integration guides for every major language and framework.
QUICK START
Send Your First Email
import { Transactional } from '@transactional/sdk';
const client = new Transactional({ apiKey: process.env.TRANSACTIONAL_API_KEY });
await client.emails.send({
from: 'hello@yourdomain.com',
to: 'user@example.com',
subject: 'Welcome!',
html: '<h1>Hello, World!</h1>',
});UNIFIED
BY DESIGN.
INFRASTRUCTURE FOR THE NEXT GENERATION