Skip to main content

Easily Integrate
Brevo's API using Konfig's TypeScript SDK

Need a TypeScript SDK for Brevo's API?

Growing API Companies trust Konfig's SDKs to onboard developers to their API.

SnapTradeHumanloopSplititLeapGroundx

First, instantiate the SDK

It only takes a few lines of code.

index.ts

import { Brevo } from 'brevo-typescript-sdk';
const brevo = new Brevo({
// The API key should be passed in the request headers as `api-key` for authentication.
apiKey: "API_KEY"
})

Then, send your first request

We made it really easy.

index.ts

// Return all your created email campaigns
const getAllResponse = brevo.emailCampaigns.getAll({
limit: 50
sort: "desc"
})

Enjoy a buttery smooth developer experience with 221 SDK methods

How Konfig Works

Konfig collects APIs and automatically generates SDKs so you can focus on building your application.

openapi-examples

Konfig maintains the highest quality collection of OpenAPI Specifications on the internet in a GitHub repository

We pull OpenAPI Specifications from public sources, fix any errors, and make sure they pass our lint rules. We continually make sure the repository is up-to-date and collect up-time and response time metrics for every API.

openapi-examples-to-konfig

Generates AI-Augmented SDKs from openapi-examples

Our SDK generator is trusted by growing API companies and goes through a rigorous testing process to ensure the generated SDKs are high-quality and easy to use.

konfig-to-package-managers

Publishes to standard package managers

We publish to standard package managers like npm, PyPI, and Maven so you can easily integrate the SDK into your application.

Brevo

About Brevo

Brevo, formerly known as Sendinblue, is the leading customer relationship management (CRM) suite designed to fully cultivate long-term customer relationships and to empower businesses to expand in a fast changing digital world. With Brevo, businesses have a unified view of the customer journey in one easy-to-use platform to grow meaningful relationships. 🙌Brevo Fun Facts 🙌 - Founded in 2012 by Armand Thiberge with a mission to help businesses of all sizes build stronger customer relationships and grow beyond their wildest dreams - 500,000 customers across 180 countries - Fully compliant with GDPR regulations - Service and platform available in six languages - Headquartered in Paris with eight other offices in Seattle, Toronto, Berlin, Vienna, Sofia, Noida, and Bengaluru - 700+ talented employees representing over 67 nationalities - Continuous efforts to reduce and monitor its carbon footprint - Achieved centaur status—$100M in ARR—in 2022 - Award wins include Top 100 Software Company by The Software Report (TSR), Stevie Award: Relationship Management Solution, MarTech Breakthrough Award: Best Overall Marketing Automation Platform, G2: Leader Winter, Leader Enterprise Winter, Best Results Mid-Market, Best Software Awards: Top 50 Marketing Products, Best Software Awards: Top 100 Fastest Growing Products

Keywords

email
sms
chat

Start integrating Brevo's API with Konfig