Email & Messaging

Send transactional emails, SMS, and manage your messaging campaigns through the Brevo API.

Send Transactional Email

const email = {
to: [{ email: "[email protected]", name: "John Doe" }],
sender: { email: "[email protected]", name: "Your App" },
subject: "Welcome to our service!",
htmlContent: "<h1>Welcome!</h1><p>Thank you for signing up.</p>"
};
brevo.transactionalEmails.sendTransacEmail(email);

SMS Messaging

const sms = {
sender: "YourApp",
recipient: "+1234567890",
content: "Your verification code is: 123456"
};
brevo.transactionalSMS.sendTransacSms(sms);

Features

  • Transactional emails
  • SMS messaging
  • Email templates
  • Delivery tracking
  • Bounce handling

Request early access

Share your first name and an email address or phone number. We will follow up with Tajo access details.

automatic detection
AI Assistant

Hi! Ask me anything about the docs.