1
0
mirror of synced 2026-01-06 06:04:16 -05:00
Files
airbyte/docs/integrations/sources/mailjet-mail.md
Haithem SOUALA bea6edd039 🎉 New Source: Mailjet Mail API (#18332)
* init commit

* add streams

* add schemas

* add docs

* add docs

* fix comments

* restore vscode config

* restore vscode config

* clean

* lint

* lint

* lint

* lint

* fix comments

Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2022-10-28 00:12:00 -03:00

1.3 KiB

Mailjet - Mail API

Sync overview

This source can sync data from the Mailjet Mail 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

  • contact list
  • contacts
  • messages
  • campaigns
  • stats

Features

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

Performance considerations

Mailjet 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

  • Mailjet Mail API_KEY
  • Mailjet Mail SECRET_KEY

Changelog

Version Date Pull Request Subject
0.1.0 2022-10-26 #18332 🎉 New Source: Mailjet Mail API [low-code CDK]