1
0
mirror of synced 2025-12-25 02:09:19 -05:00

source sendgrid: add message stream (#14256)

This commit is contained in:
Augustin
2022-07-07 14:57:34 +02:00
committed by GitHub
parent dcf4650189
commit 7ea241f200
13 changed files with 240 additions and 9 deletions

View File

@@ -43,8 +43,11 @@ Generate a API key using the [Sendgrid documentation](https://sendgrid.com/docs/
We recommend creating a key specifically for Airbyte access. This will allow you to control which resources Airbyte should be able to access. The API key should be read-only on all resources except Marketing, where it needs Full Access.
To consume Messages resources requires to purchase an extra on Sendgrid. You can read more about this [here](https://docs.sendgrid.com/api-reference/e-mail-activity)
| Version | Date | Pull Request | Subject |
| :--- | :--- | :--- | :--- |
| 0.2.8 | 2022-06-07 | [13571](https://github.com/airbytehq/airbyte/pull/13571) | Add Message stream |
| 0.2.7 | 2021-09-08 | [5910](https://github.com/airbytehq/airbyte/pull/5910) | Add Single Sends Stats stream |
| 0.2.6 | 2021-07-19 | [4839](https://github.com/airbytehq/airbyte/pull/4839) | Gracefully handle malformed responses from the API |