-
Notifications
You must be signed in to change notification settings - Fork 457
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
feat: Sendgrid - activity feed #355
Conversation
Hello @SanjuEpic, I tried locally (@FlorentLvr tried as well) and I do have the same error as you. After looking at the documentation here it seems that:
So we just bought it ourselves and it seems that it will take a couple of hours to be active. I will keep you posted. Thank you for your contribution 💪 |
Great @Dr0p42 and @FlorentLvr !! |
Hey @Dr0p42 @FlorentLvr! Currently getting the error "BadRequestsError: HTTP Error 400: Bad Request" Thanks! |
Any help regarding this step would be appreciated Thanks! |
I have got to know some information regarding the SendGrid API Even when I tried with the URL in no encoded fashion, still I was getting the error but with a different message Possible debug options:
|
The comment is in the Ruby version of the API no ? Same for python ? |
Yeah I tried it but no results I have got with respect to python. :( |
I used requests library to get all messages and it's working now. Could you please confirm on your side too ? :) |
Okay, that's a great help for this issue, will have a look @FlorentLvr. |
Sorry @SanjuEpic I got sidetracked a loooot. Let me know if you need help on this one ;) |
Sure will let you know @Dr0p42 |
I have gone through the code @FlorentLvr, it's running on my side as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done @SanjuEpic 👏
Thank you for this contribution :)
Hey @FlorentLvr!
would like to ask you to review an issue that I'm facing currently via filtering emails for getting the stats from sendgrid (related to authorization error)
Here is the issue #53
Thanks!