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

USAGE.md - missing Recipient Search with conditions [POST] example #353

Open
robledosm opened this issue Oct 19, 2016 · 7 comments
Open
Labels
difficulty: easy fix is easy in difficulty status: help wanted requesting help from the community type: docs update documentation change not affecting the code

Comments

@robledosm
Copy link

robledosm commented Oct 19, 2016

There is missing example in USAGE.md document to search Recipients with conditions.

   string data= @"{
      'conditions': [
        {
            'field' : 'last_name',
            'value': 'test last name',
            'operator': 'eq',
            'and_or': ''
        }]
    }";
    dynamic response = await sg.client.contactdb.recipients.search.post(requestBody: data);
    Console.WriteLine(response.StatusCode);
    Console.WriteLine(response.Body.ReadAsStringAsync().Result);
    Console.WriteLine(response.Headers.ToString());
    Console.ReadLine();
@thinkingserious thinkingserious added type: bug bug in the library status: help wanted requesting help from the community labels Oct 19, 2016
@thinkingserious
Copy link
Contributor

Thanks for the heads up @robledosm! I've added this to our backlog for a fix.

@thinkingserious thinkingserious added difficulty: easy fix is easy in difficulty hacktoberfest labels Sep 30, 2017
@mbernier
Copy link
Contributor

@robledosm if you add this into Use Cases during October 2017, we will send you a Hacktoberfest t-shirt :)

kostyaHrytsyuk added a commit to kostyaHrytsyuk/sendgrid-csharp that referenced this issue Oct 28, 2017
Add RecipientSearch with conditions[POST]
@kostyaHrytsyuk
Copy link

Hello!
Maybe I am not @robledosm, but I added this example to use_cases.md.
Hope that will be useful for you!
P.S. It's Hacktoberfest right now! ;-)

@robledosm
Copy link
Author

robledosm commented Nov 1, 2017 via email

@thinkingserious thinkingserious added status: work in progress Twilio or the community is in the process of implementing and removed status: help wanted requesting help from the community labels Mar 1, 2018
@thinkingserious
Copy link
Contributor

@kostyaHrytsyuk,

I see your fix here but I don't see a PR on our end.

With Best Regards,

Elmer

@thinkingserious thinkingserious added status: waiting for feedback waiting for feedback from the submitter and removed status: work in progress Twilio or the community is in the process of implementing labels Aug 21, 2018
@thinkingserious
Copy link
Contributor

@robledosm, @kostyaHrytsyuk,

Do either of you still want to make a PR for this one? Thanks!

With Best Regards,

Elmer

@childish-sambino childish-sambino added status: help wanted requesting help from the community type: docs update documentation change not affecting the code and removed status: waiting for feedback waiting for feedback from the submitter type: bug bug in the library labels Jul 29, 2020
@childish-sambino
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: easy fix is easy in difficulty status: help wanted requesting help from the community type: docs update documentation change not affecting the code
Projects
None yet
Development

No branches or pull requests

5 participants