In this section, we present how to connect Sendinblue to MindsDB. Brevo (formerly Sendinblue) is an all-in-one platform to automate your marketing campaigns over Email, SMS, WhatsApp or chat. Data from Sendinblue can be used to understand the impact of email marketing.Documentation Index
Fetch the complete documentation index at: https://docs.mindsdb.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before proceeding, ensure the following prerequisites are met:- Install MindsDB locally via Docker or Docker Desktop.
- To connect Sendinblue to MindsDB, install the required dependencies following this instruction.
- Install or ensure access to Sendinblue.
Connection
This handler is implemented using the sib-api-v3-sdk library, a Python library that wraps Sendinblue APIs. The required arguments to establish a connection are as follows:api_key: a required Sendinblue API key to use for authentication
Usage
Use the established connection to query your database:For more information about available actions and development plans, visit this page.