Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand Sendgrid source support #1380

Closed
sherifnada opened this issue Dec 18, 2020 · 1 comment · Fixed by #1955
Closed

Expand Sendgrid source support #1380

sherifnada opened this issue Dec 18, 2020 · 1 comment · Fixed by #1955

Comments

@sherifnada
Copy link
Contributor

Tell us about the problem you're trying to solve

Support the following entities from the sendgrid API.

Contacts
Global Suppressions
Suppression Groups
Suppression Group Members
Lists
Lists Recipients
Segments
Segment Recipients
Campaigns
Templates
Invalid Emails
Bounces
Blocks
Spam Reports
Campaigns

For this issue, we do not need to support incremental sync on these streams. We'll support incremental sync in the following ticket. (making 2 separate tickets just to break up the work)

Please make sure that:

  1. In the standard tests for this source, every stream is tested (and that every stream outputs records) unless there is a rate limiting issue
  2. you create fake data for every stream -- whoever is working on this issue, feel free to reach out to me if you need support
@yevhenii-ldv
Copy link
Contributor

Some information on how working streams from Sendgrid:

Contacts - FULL REFRESH
Global Suppressions - FULL REFRESH
Suppression Groups - FULL REFRESH with pagination
Suppression Group Members - FULL REFRESH with pagination
Lists - FULL REFRESH with pagination
Segments - FULL REFRESH
Campaigns - FULL REFRESH
Templates - FULL REFRESH with pagination
Invalid Emails - Incremental with Pagination
Bounces - Incremental with Pagination
Blocks - Incremental with Pagination
Spam Reports - Incremental with Pagination
Stats Automation - FULL REFRESH with pagination

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants