1
0
mirror of synced 2025-12-22 03:21:25 -05:00
Files
airbyte/docs/integrations/sources/brevo.md

57 lines
2.6 KiB
Markdown

# Brevo
This page contains the setup guide and reference information for the [Brevo](https://www.brevo.com/) source connector.
## Documentation reference:
Visit `https://developers.brevo.com/reference/getting-started-1` for API documentation
## Authentication setup
Brevo uses api key authentication,
Visit `https://app.brevo.com/settings/keys/api` for getting your api key.
## Configuration
| Input | Type | Description | Default Value |
|-------|------|-------------|---------------|
| `api_key` | `string` | API Key. | |
| `start_date` | `string` | Start date. | |
## Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|-------------|-------------|------------|---------------------|----------------------|
| contacts | id | DefaultPaginator | ✅ | ✅ |
| contacts_attributes | | DefaultPaginator | ✅ | ❌ |
| contacts_folders_lists | id | DefaultPaginator | ✅ | ❌ |
| contacts_folders | id | DefaultPaginator | ✅ | ❌ |
| contacts_segments | id | DefaultPaginator | ✅ | ✅ |
| contacts_lists_contacts | | DefaultPaginator | ✅ | ✅ |
| contacts_lists | id | DefaultPaginator | ✅ | ❌ |
| senders | id | DefaultPaginator | ✅ | ❌ |
| companies | id | DefaultPaginator | ✅ | ❌ |
| companies_attributes | | DefaultPaginator | ✅ | ❌ |
| crm_pipeline_stages | id | DefaultPaginator | ✅ | ❌ |
| crm_pipeline_details_all | pipeline | DefaultPaginator | ✅ | ❌ |
| crm_attributes_deals | | DefaultPaginator | ✅ | ❌ |
| crm_deals | id | DefaultPaginator | ✅ | ❌ |
| crm_tasktypes | id | DefaultPaginator | ✅ | ❌ |
| crm_tasks | id | DefaultPaginator | ✅ | ✅ |
| crm_notes | id | DefaultPaginator | ✅ | ✅ |
| domains | id | DefaultPaginator | ✅ | ❌ |
| webhooks | id | No pagination | ✅ | ✅ |
| account | organization_id | DefaultPaginator | ✅ | ❌ |
| organization_invited_users | email | DefaultPaginator | ✅ | ❌ |
| emailCampaigns | id | DefaultPaginator | ✅ | ✅ |
| smsCampaigns | id | DefaultPaginator | ✅ | ✅ |
## Changelog
<details>
<summary>Expand to review</summary>
| Version | Date | Pull Request | Subject |
| ------------------ | ------------ | --- | ---------------- |
| 0.1.1 | 2024-10-28 | [47622](https://github.com/airbytehq/airbyte/pull/47622) | Update dependencies |
| 0.1.0 | 2024-10-08 | [46587](https://github.com/airbytehq/airbyte/pull/46587) | Fix Companies stream paginator+ remove incremental |
| 0.0.1 | 2024-09-11 | [45382](https://github.com/airbytehq/airbyte/pull/45382) | Initial release by [@btkcodedev](https://github.com/btkcodedev) via Connector Builder |
</details>