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

Sendgrid - Get activity feed as dataframe #53

Closed
jravenel opened this issue May 25, 2021 · 3 comments · Fixed by #355
Closed

Sendgrid - Get activity feed as dataframe #53

jravenel opened this issue May 25, 2021 · 3 comments · Fixed by #355
Assignees
Labels
enhancement New feature or request

Comments

@jravenel
Copy link
Contributor

Input :
Sendgrid API KEY

Output :

  • STATUS
  • MESSAGE
  • TO
  • LAST_EVENT
  • OPEN
  • CLICKS
@jravenel jravenel added the enhancement New feature or request label May 25, 2021
@jravenel jravenel assigned SanjuEpic and unassigned QuentinKlebaur Feb 20, 2022
@jravenel
Copy link
Contributor Author

@FlorentLvr
@SanjuEpic as discussed last week. This is a good one for this week.

@SanjuEpic
Copy link
Contributor

Great!

@SanjuEpic
Copy link
Contributor

SanjuEpic commented Feb 22, 2022

Just posting my findings related to information that we can extract with SendGrid:

  1. Getting started with SendGrid API -> https://docs.sendgrid.com/api-reference/how-to-use-the-sendgrid-v3-api/
  2. 100 emails/day forever with SendGrid API free account
  3. Once an account is created, create your own API key for future access (https://app.sendgrid.com/settings/api_keys)
  4. https://docs.sendgrid.com/api-reference/users-api/get-a-users-profile (for users profile info)
  5. https://docs.sendgrid.com/api-reference/e-mail-activity/filter-all-messages (for this issue)
  6. https://docs.sendgrid.com/api-reference/stats/retrieve-global-email-statistics (For global email statistics)

I am planning to currently work wrt SendGrid's rest API/ python package of sendgrid, below are the minimum requirements:
API url -> https://api.sendgrid.com/v3/messages
Header format for this issue-> "Authorization: Bearer <<YOUR_API_KEY_HERE>>"

Thanks and let me know if anything more is required!

@jravenel jravenel linked a pull request Feb 25, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants