Skip to main content
Brevo (formerly Sendinblue) combines transactional email, marketing campaigns, SMS messaging, and a built-in CRM. Connect it to Rocket and describe the messaging flow you want in chat. Rocket generates the complete logic: templates, API calls, contact management, and automation triggers.
Brevo is a great choice when you need email, SMS, and CRM in a single platform. Pair with Supabase for user data and Stripe for payment-triggered communications.

What you can use it for

Transactional emails

Password resets, order confirmations, invoices, and verification emails triggered by user actions.

Email marketing campaigns

Promotional emails, announcements, and seasonal campaigns to your contact lists.

SMS campaigns

SMS messages for promotions, alerts, and time-sensitive notifications through Brevo’s built-in SMS feature.

CRM and contact workflows

Manage contacts, segment audiences, and automate workflows based on user behavior.

Newsletter signup and delivery

Collect subscriber emails and deliver regular newsletters with dynamic content.

Quick start

1

Get your Brevo API key

Log in to Brevo, go to Settings > Keys > API, click Generate a new API Key, name it, and copy the key.
2

Connect in chat

Open any Rocket project and type:
Connect Brevo and send a welcome email when a new user signs up.
Paste your API key when prompted. Rocket builds the email flow instantly.
3

Test the email

Trigger the flow in your app preview and check your inbox. Review delivery status in the Brevo Transactional > Logs section.
This connector is only available for Next.js TypeScript web build tasks.

Detailed setup

Get your Brevo API key

Open Brevo’s API documentation to learn how to create your API key.
To generate an API key:
  1. Log in to Brevo and go to Settings > Keys > API.
  2. Click Generate a new API Key.
  3. Add a name and confirm.
  4. Copy the key. You will paste it into Rocket in the next step.
Never paste your Brevo API key directly into Rocket chat. Always use the secure integration flow or the API key input in settings. If you believe your key has been exposed, revoke it from Brevo Settings and create a new one.

Connect Brevo to Rocket

There are two ways to connect Brevo:Method 1: Use Rocket chat (fastest)In any project, open the chat panel and type:
  • Connect my Brevo account to send a welcome email when a user signs up.
  • Connect Brevo and create a newsletter signup flow.
A popup appears where you can paste and save your API key.Method 2: From ConnectorsIn the preview toolbar, click the ... button and select Connectors. Click the Brevo card.
When you connect Brevo from Connectors, Rocket does not automatically create email flows. After saving your key, describe the email flow you want in chat.
Paste your API key into the field and click Save. A green dot appears next to Brevo when the connection is active.Update or disconnectClick the Brevo integration again. Replace the existing key or click Disconnect to remove it.

Prompt cookbook

Copy-paste these prompts after connecting Brevo to build common email and messaging flows:
Use casePrompt
Welcome emailSend a welcome email through Brevo when a new user signs up, with onboarding steps.
Password resetAdd a forgot-password flow that sends a reset link via Brevo with a 15-minute expiration.
Marketing campaignBuild a campaign page where I can write a promotional email, select a Brevo contact list, and send it.
SMS notificationSend an SMS through Brevo to users who opted in when their order ships.
Drip sequenceStart a 5-email onboarding drip sequence through Brevo when a user creates an account.
NewsletterAdd a newsletter signup form and send a monthly email through Brevo with the latest blog posts.
Abandoned cartSend an abandoned cart email through Brevo 1 hour after a user leaves items in their cart.
Contact taggingWhen a user upgrades to Pro, update their Brevo contact attributes and add a "pro" tag.
Event reminderSend an event reminder email through Brevo 24 hours before a user's scheduled appointment.
Re-engagementSend a re-engagement email to Brevo contacts who have not opened an email in 60 days.

Tips and limitations

  • Brevo combines email, SMS, and CRM. Unlike standalone email services, Brevo includes SMS sending and contact management in one platform.
  • Free tier includes 300 emails per day. Brevo’s free plan allows 300 emails daily with no contact limit. Upgrade for higher sending volume and advanced features.
  • Transactional and marketing are separate. Brevo treats transactional emails and marketing campaigns as separate categories with different sending limits.
  • Manage contacts in Brevo. You can add contacts through Rocket, but deleting contacts, managing unsubscribes, and editing campaign templates must be done in the Brevo dashboard.
  • One Brevo account per project. Each Rocket project connects to one Brevo API key.

What’s next?

Supabase

Store user data and trigger emails based on database events and user actions.

Stripe

Send payment confirmations and receipt emails after Stripe transactions.

SendGrid

Compare with SendGrid for high-volume transactional email at scale.

Resend

Compare with Resend for simpler developer-focused transactional email.