Email SDK
Adapters

Brevo

Configure the Brevo transactional email adapter.

Brevo logo
Brevo
email-sdk/brevo
import { createEmailClient } from "email-sdk";
import { brevo } from "email-sdk/brevo";

const email = createEmailClient({
  adapters: [brevo({ apiKey: process.env.BREVO_API_KEY! })],
});

Options

OptionTypeRequiredNotes
apiKeystringYesBrevo API key.
baseUrlstringNoDefaults to https://api.brevo.com.
fetchtypeof fetchNoUseful for tests or custom runtimes.

See field support for headers, tags, metadata, and attachments.

On this page