Messaging API
The Messaging API allows you to send transactional and marketing messages across multiple channels including email, SMS, and WhatsApp.
Key Features
- Transactional Emails: Send automated emails triggered by user actions
- Transactional SMS: Send SMS messages for notifications and alerts
- WhatsApp Integration: Send WhatsApp messages through the API
- Template Management: Create and manage message templates
- Inbound Parsing: Handle inbound email responses
Getting Started
To start using the Messaging API, you’ll need:
- A valid Brevo API key
- Verified sender domain or phone number
- Message templates (optional but recommended)
API Endpoints
Transactional Emails
POST /v3/smtp/email- Send a transactional emailGET /v3/smtp/templates- Get email templatesPOST /v3/smtp/templates- Create email template
Transactional SMS
POST /v3/transactionalSMS/sms- Send SMS messageGET /v3/transactionalSMS/templates- Get SMS templates
POST /v3/whatsApp/send- Send WhatsApp messageGET /v3/whatsApp/templates- Get WhatsApp templates