Brevo is an all-in-one digital marketing platform designed to help businesses manage their customer relationships and grow. Originally founded as Sendinblue in 2012 by Armand Thiberge in Paris, France, the company rebranded to Brevo to reflect its expanded services beyond just email. Its core purpose is to provide a single, unified platform for all marketing and sales activities. This includes email marketing, SMS campaigns, live chat, a customer relationship management (CRM) system, marketing automation, and more. Brevo serves a wide range of users, from small businesses and startups to large enterprises, by offering a scalable and cost-effective solution to connect with customers across multiple channels.
Brevo offers a comprehensive suite of tools to manage customer communications and sales processes.
Brevo offers several pricing tiers to fit different business needs and sizes.
Yes, Brevo offers a generous Free Plan that is available forever. The plan includes access to the email marketing editor, chat functionality, SMS and WhatsApp campaign tools, and contact management for an unlimited number of contacts. The main limitation is a daily sending cap of 300 emails per day (9,000 emails per month). Emails sent on the Free Plan will also include the Brevo logo.
Getting started with Brevo is a straightforward process.
Pros:
Cons:
Brevo connects with over 150 popular applications to streamline your workflows. Integrating tools is typically done through the 'App Center' within your Brevo account, where you can find official plugins and instructions.
Yes, Brevo provides a powerful and well-documented API that allows developers to integrate its functionalities into their own applications. You can use the API to manage contacts, send transactional emails, create campaigns, and much more.
To get your API key, you need to log in to your Brevo account, navigate to the SMTP & API section from the main menu, and generate a new API v3 key. The key is available for free on all plans, including the Free plan.
Here is a simple cURL example to add a new contact using the Brevo API:
curl --request POST \
--url https://api.brevo.com/v3/contacts \
--header 'accept: application/json' \
--header 'api-key: YOUR_API_KEY' \
--header 'content-type: application/json' \
--data '{
"email": "new.contact@example.com",
"attributes": {
"FIRSTNAME": "John",
"LASTNAME": "Doe"
},
"listIds": [2]
}'
Brevo offers an affiliate program for bloggers, marketers, and content creators who want to promote the platform. Affiliates earn a commission for every new customer they refer who signs up for a paid plan. The commission is a fixed amount, typically paid for each new subscription. To join, you need to apply through the affiliate program page on the Brevo website. Once approved, you will get access to a dashboard with your unique referral links, marketing materials, and performance tracking. Payments are usually made through platforms like PartnerStack or directly via bank transfer once you reach a certain earning threshold.
Show your users that brevo is listed on SAASprofile. Add this badge to your website:
<a href="https://saasprofile.com/brevo?utm_source=saasprofile&utm_medium=badge&utm_campaign=embed&utm_content=tool-brevo" target="_blank"><img src="https://saasprofile.com/brevo/badge.svg?theme=light&width=200&height=50" width="200" height="50" alt="brevo badge" loading="lazy" /></a>