Am I missing something or this repo holds only implementation for Mail API?
I'd like to add recipients to Contacts Lists I create using Contacts API.
Can't find anything about it.
Thanks
Ok, apparently it's not implemented yet.
For those who are looking for the same thing, I've created a small test app: SendGrid-Contacts-Test. Basic HttpClient implementation. Code is a bit messy, but gives you the idea.
Creating contacts is done with recipients endpoint. Once a new recipient is added, it can be assigned to an existing list if needed, with lists endpoint.
I implemented all the SendGrid API (including the Contacts) in my fork and submitted a PR
@bogacg,
We are just about to release a new version of this library that will support all v3 Web API endpoints including the new v3 /mail/send endpoint.
You can check it out here: https://github.com/sendgrid/sendgrid-csharp/tree/v3beta
Thanks for your support!
With Best Regards,
Elmer
Most helpful comment
I implemented all the SendGrid API (including the Contacts) in my fork and submitted a PR