1
0
mirror of synced 2025-12-30 21:02:43 -05:00
Files
airbyte/docs/integrations/sources/mailjet-mail.md
Dominik Wagner 692e8c36c4 🎉Source Mailjet-Mail: Add listrecipient stream (#24689)
* add listrecipient stream

* update schemas to match source api

* bump dockerfile version

* update changelog

* auto-bump connector version

---------

Co-authored-by: sh4sh <6833405+sh4sh@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-04-19 20:18:20 +00:00

1.4 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.1 2022-04-19 #24689 Add listrecipient stream
0.1.0 2022-10-26 #18332 🎉 New Source: Mailjet Mail API [low-code CDK]