-
Notifications
You must be signed in to change notification settings - Fork 323
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
[BUG] Filter all messages does not work as described in documentation #454
Comments
Note that doing a query directly with curl DOES work, so the gem is not behaving as expected:
Or
Or
|
Hello @shelmire, I'm in the process of trying to reproduce this and I will post my findings here. Thank you! With best regards, Elmer |
@thinkingserious Thanks! |
Hello @shelmire, Thank you for your patience! I was able to reproduce this issue and confirm that via cURL your query works as expected and within this helper library the error you described is being thrown. This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog. With best regards, Elmer |
Hello @thinkingserious, The issue was we don't need to encode the query params, it is even mentioned in USAGE.md.
I have raised a PR for this issue. #485 |
Issue Summary
Getting messages via the described steps in the documentation does not work. Note that below I demonstrate that the example code fails.
Steps to Reproduce
Create a script with the following code (code copied exactly from the initialize step and this section), per https://github.com/sendgrid/sendgrid-ruby/blob/main/USAGE.md#email-activity .
Execute the script.
Observe error.
Note that what I really want to do is get any email status updates within the past hour or so (5 mins in example) with something like this, which should probably work according to https://sendgrid.com/docs/for-developers/sending-email/getting-started-email-activity-api/#creating-compound-queries:
Code Snippet
Exception/Log
Technical details:
The text was updated successfully, but these errors were encountered: