Brevo

Brevo is the most intuitive all-in-one customer engagement platform: email and SMS marketing, automation, CRM, live chat, and transactional email. [1]

www.brevo.com · Agent JSON · Last verified 2026-06-06 · Source confidence: high

Brevo is an all-in-one customer engagement platform spanning transactional and marketing email, SMS, WhatsApp, automation, and CRM. The REST API supports API-key and OAuth2 auth, webhooks, seven SDKs, and an official MCP server. Pricing is published and self-serve with a free tier of 300 emails/day and paid plans from $9/month, and the platform is GDPR and ISO 27001 compliant with a published SLA. Used by eBay, H&M, and Louis Vuitton.

Scores

Scores are derived in a separate pass from the literal fields below; not yet computed for this profile.

Pricing & procurement

Pricing model
Hybrid (base + usage) [2]
Published pricing
Yes [3]
Free tier
Yes [4]
Free tier details
Free forever, no credit card needed, no time limit. Includes 300 daily email sends (unused sends do not carry over), storage for up to 100,000 contacts, multi-channel marketing automation for up to 2,000 unique contacts, free sales features, outbound webhooks, email support. Emails include mandatory 'Sent with Brevo' branding. [5]
Self-serve signup
Yes [6]
Requires sales call
No [7]
Enterprise plan
Yes [8]
Published prices
PlanItemPerAmountSource
Free300 emailsday$0source
Starter5,000 emailsmonth$9source
Starter5,000 emailsmonth (annual billing)$8.08source
Standard5,000 emailsmonth$18source
Standard5,000 emailsmonth (annual billing)$16.17source
Professional150,000 emailsmonth$499source
Professional150,000 emailsmonth (annual billing)$449.08source
yearly billing discountyear10%source
StarterRemove Brevo logomonth$9source
Sales Essentials seatmonth$31source
Sales Advanced seatmonth$64source
Standardadditional marketing seatmonth$9source
Dedicated IPyear$251source
ProfessionalSAML SSOmonth$324source

Capabilities

  • Transactional send
  • Marketing / broadcasts
  • Inbound parsing
  • Templates
  • Batch send
  • Scheduled send
  • SMTP relay
  • Dedicated IP
  • Analytics
Supported actions
send_transactional_email, send_batch_transactional_emails, list_transactional_emails, get_transactional_email_content, get_blocked_contacts, get_blocked_domains, block_domain, delete_transactional_email_log, get_scheduled_email_status, delete_scheduled_email, create_email_template, list_email_templates, get_email_template, update_email_template, delete_email_template, send_transactional_sms, get_sms_aggregated_statistics, get_sms_daily_statistics, get_sms_events, send_whatsapp_message, get_whatsapp_events, create_whatsapp_campaign, list_whatsapp_campaigns, get_whatsapp_campaign, update_whatsapp_campaign, delete_whatsapp_campaign, list_whatsapp_templates, create_whatsapp_template, submit_whatsapp_template_for_approval, get_whatsapp_config, create_contact, list_contacts, get_contact, update_contact, delete_contact, import_contacts, export_contacts, list_contact_attributes, create_contact_attribute, delete_contact_attribute, create_contact_list, list_contact_lists, get_contact_list, update_contact_list, delete_contact_list, add_contacts_to_list, remove_contacts_from_list, create_contact_folder, list_contact_folders, get_contact_folder, update_contact_folder, delete_contact_folder, list_folder_lists, create_contact_segment, list_contact_segments, get_contact_segment, update_contact_segment, delete_contact_segment, create_email_campaign, list_email_campaigns, get_email_campaign, update_email_campaign, delete_email_campaign, send_email_campaign, send_email_campaign_test, upload_campaign_image, create_sms_campaign, list_sms_campaigns, get_sms_campaign, update_sms_campaign, delete_sms_campaign, send_sms_campaign, send_sms_campaign_test, get_sms_campaign_statistics, create_webhook, list_webhooks, get_webhook, update_webhook, delete_webhook, export_webhook_events, list_inbound_events, get_inbound_event, download_inbound_attachment, get_account_info, track_event, batch_track_events, create_order, get_order, update_order_status, create_product, get_product, update_product, delete_product, list_products, create_custom_object, get_custom_object, update_custom_object, delete_custom_object, list_custom_objects, create_conversation, get_conversation, list_conversations, get_conversation_message, send_conversation_message [9]
Regions
Global [10]
Input types
JSON, HTML, plain text, CSV, multipart/form-data [11]
Output types
JSON, CSV [12]
Webhooks
Yes [13]
Sandbox / test mode
Yes [14]
SDK languages
Node.js, Python, PHP, Java, C#, Go, Ruby [15]
MCP server
Yes [16]

Trust & compliance

SOC 2
Unknown [17]
HIPAA
Unknown [18]
GDPR
Yes [19]
ISO 27001
Yes [20]
PCI DSS
Unknown [21]
Published SLA
Yes [22]
Rate limits
Rate limits expressed in RPS (Requests per second) and RPH (Requests per hour). General tier: POST /v3/smtp/email 1,000 RPS / 3,600,000 RPH; POST /v3/transactionalSMS/send 150 RPS / 540,000 RPH; POST /v3/events 10 RPS / 36,000 RPH; POST /v3/contacts/* 10 RPS / 36,000 RPH; GET /v3/smtp/emails 2 RPS / 7,200 RPH; all other endpoints 100 RPH. Advanced tier (Professional/Enterprise): POST /v3/smtp/email 2,000 RPS / 7,200,000 RPH; POST /v3/transactionalSMS/send 200 RPS / 720,000 RPH. Extended tier (Enterprise only): POST /v3/smtp/email 6,000 RPS; POST /v3/transactionalSMS/send 250 RPS. [23]
Known restrictions
Free plan limited to 300 daily email sends; unused sends do not carry over, Free plan emails always include 'Sent with Brevo' sticker; cannot be removed, Free plan allows up to 2,000 unique contacts in active automations, Batch transactional email: 'Send up to 1000 email messages in one API call; Execute the endpoint up to 6000 times per hour (100 times per minute)', Subscriptions are fixed-term contracts and non-cancellable prior to the end of the ongoing subscription period, As of May 5th, 2025, Brevo no longer supports sending SMS messages to Singapore [24]

Developer surface

Docs rendering: static

Integration

API style
rest
Base URL
https://api.brevo.com/v3/
Version
v3
Versioning
url
Stability
ga
Auth methods
api_key, oauth2
Error format
vendor-specific

SDKs

  • Node.js @getbrevo/brevo · repo · updated 2026-05 · 119
  • Python brevo-python · repo · updated 2026-05 · 34
  • PHP getbrevo/brevo-php · repo · updated 2026-05 · 100
  • Java com.brevo:brevo · repo · updated 2026-05 · 15
  • C# brevo_csharp · repo · updated 2026-02 · 13
  • Go github.com/getbrevo/brevo-go · repo · updated 2025-02 · 31
  • Ruby brevo · repo · updated 2025-06 · 21

Adoption & maturity

Launched
2012-01-01
Notable customers
eBay, H&M, Louis Vuitton, Sodexo, Carrefour, Michelin, Florida Trend, Bodybuilding.com, Amnesty International

Other Email APIs

  • Mailgun

    Mailgun is the all-in-one, intelligent email delivery platform trusted by businesses and loved by developers.

    Hybrid · free tier · public pricing · self-serve

  • Mailjet

    The best email marketing software that's built for devs and loved by marketers.

    Hybrid · free tier · public pricing · self-serve

  • Amazon Simple Email Service

    Amazon Simple Email Service (Amazon SES) is a cloud-based email service provider that can integrate into any application for high-volume email automation.

    Usage · public pricing · self-serve

  • SendGrid

    Email at scale, proven deliverability, and so much more

    Hybrid · public pricing · self-serve

  • MailerSend

    MailerSend is a powerful transactional email system built for developers but designed so non-tech teams can contribute without coding.

    Hybrid · free tier · public pricing · self-serve

  • Postmark

    Fast, Reliable Email Delivery Service

    Hybrid · free tier · public pricing · self-serve

See all Email APIs APIs →

References

Each field above carries a numbered source — hover for a preview, click to jump here.

  1. Description: brevo.com
  2. Pricing model: brevo.com · help.brevo.com
  3. Published pricing: brevo.com · help.brevo.com
  4. Free tier: brevo.com · help.brevo.com
  5. Free tier details: brevo.com · help.brevo.com · help.brevo.com
  6. Self-serve signup: developers.brevo.com · help.brevo.com
  7. Requires sales call: developers.brevo.com · brevo.com
  8. Enterprise plan: developers.brevo.com · help.brevo.com
  9. Supported actions: developers.brevo.com
  10. Regions: help.brevo.com · help.brevo.com
  11. Input types: developers.brevo.com · developers.brevo.com
  12. Output types: developers.brevo.com
  13. Webhooks: developers.brevo.com · developers.brevo.com · developers.brevo.com
  14. Sandbox: developers.brevo.com
  15. SDK languages: developers.brevo.com · developers.brevo.com
  16. MCP server: developers.brevo.com · help.brevo.com
  17. SOC 2: brevo.com
  18. HIPAA: brevo.com
  19. GDPR: brevo.com · help.brevo.com
  20. ISO 27001: brevo.com
  21. PCI DSS: brevo.com
  22. Published SLA: brevo.com · engineering.brevo.com
  23. Rate limits: developers.brevo.com
  24. Known restrictions: developers.brevo.com · help.brevo.com

Change history

Every field change, who made it, and when — from our audited data pipeline and editors.

  1. 2026-06-08 Changelog URL: (none)https://www.brevo.com/releases
  2. 2026-06-08 Docs URL: (none)https://developers.brevo.com
  3. 2026-06-08 Llms Txt Present: (none)No
  4. 2026-06-08 Rendering: (none)static
  5. 2026-06-08 Status Page URL: (none)https://status.brevo.com
  6. 2026-06-07 SDK Packages: Node.js, Python, PHP, Java, C#, Go, RubyNode.js, Python, PHP, Java, C#, Go, Ruby
  7. 2026-06-07 Summary Md: (none)Brevo is an all-in-one customer engagement platform spanning transactional and …
  8. 2026-06-07 SDK Packages: Node.js, Python, PHP, Java, C#, Go, RubyNode.js, Python, PHP, Java, C#, Go, Ruby
  9. 2026-06-07 SDK Packages: Node.js, Python, PHP, Java, C#, Go, RubyNode.js, Python, PHP, Java, C#, Go, Ruby
  10. 2026-06-07 MCP URL: (none)https://developers.brevo.com/_mcp/server
  11. 2026-06-07 Quickstart URL: (none)https://developers.brevo.com/reference/quickstart-reference
  12. 2026-06-07 Error Format: (none)vendor-specific
  13. 2026-06-07 Webhook Events URL: (none)https://developers.brevo.com/docs/how-to-use-webhooks
  14. 2026-06-07 Requires Verification: (none)No
  15. 2026-06-07 Data Retention Policy URL: (none)https://help.brevo.com/hc/en-us/articles/19317424653586-FAQs-About-the-data-ret…
  16. 2026-06-07 Starting Price Usd: (none)9
  17. 2026-06-07 Price Basis: (none)month
  18. 2026-06-07 Free Tier Limit: (none)300 emails/day
  19. 2026-06-07 Launched At: (none)2012-01-01
  20. 2026-06-07 Notable Customers: (none)eBay, H&M, Louis Vuitton, Sodexo, Carrefour, Michelin, Florida Trend, Bodybuild…
  21. 2026-06-07 Fields Not Found: (none)ga_date, idempotency_supported
  22. 2026-06-07 SLA URL: (none)https://www.brevo.com/legal/termsofuse/
  23. 2026-06-07 Auth Methods: (none)api_key, oauth2
  24. 2026-06-07 Auth Docs URL: (none)https://developers.brevo.com/docs/authentication-schemes
  25. 2026-06-07 API Style: (none)rest
  26. 2026-06-07 Base URL: (none)https://api.brevo.com/v3/
  27. 2026-06-07 API Version: (none)v3
  28. 2026-06-07 Versioning Scheme: (none)url
  29. 2026-06-07 Stability: (none)ga
  30. 2026-06-07 SDK Packages: (none)Node.js, Python, PHP, Java, C#, Go, Ruby
  31. 2026-06-07 Capabilities: {"smtp":true,"inbound":true,"analytics":true,"marketing":true,"templates":true,…{"smtp":true,"inbound":true,"analytics":true,"marketing":true,"templates":true,…