1
0
mirror of synced 2025-12-30 12:04:43 -05:00
Files
airbyte/docs/integrations/sources/sendinblue.md
Haithem SOUALA 0c36df05ae 🎉 New Source: Sendinblue [low-code cdk] (#18771)
* init commit

* solve conflict doc

* solve conflict source def

* solve conflict source spec

* regenerate source spec seed file

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
2022-11-10 20:23:01 -03:00

1.3 KiB

Sendinblue API

Sync overview

This source can sync data from the Sendinblue API. At present this connector only supports full refresh syncs meaning that each time you use the connector it will sync all available records from scratch. Please use cautiously if you expect your API to have a lot of records.

This Source Supports the Following Streams

  • contacts
  • campaigns
  • templates

Features

Feature Supported?(Yes/No) Notes
Full Refresh Sync Yes
Incremental Sync No

Performance considerations

Sendinblue APIs are under rate limits for the number of API calls allowed per API keys per second. If you reach a rate limit, API will return a 429 HTTP error code. See here

Getting started

Requirements

  • Sendinblue API KEY

Changelog

Version Date Pull Request Subject
0.1.0 2022-11-01 #18771 🎉 New Source: Sendinblue API [low-code CDK]