{"id":18086205,"url":"https://github.com/shibayan/sendgrid","last_synced_at":"2025-04-06T00:43:32.073Z","repository":{"id":28193585,"uuid":"31695595","full_name":"shibayan/sendgrid","owner":"shibayan","description":"Yet Another SendGrid API C# Library","archived":false,"fork":false,"pushed_at":"2016-06-20T09:51:17.000Z","size":90,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-12T06:57:00.147Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shibayan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-05T04:23:08.000Z","updated_at":"2018-12-22T23:19:56.000Z","dependencies_parsed_at":"2022-07-21T03:18:41.131Z","dependency_job_id":null,"html_url":"https://github.com/shibayan/sendgrid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shibayan%2Fsendgrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shibayan%2Fsendgrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shibayan%2Fsendgrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shibayan%2Fsendgrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shibayan","download_url":"https://codeload.github.com/shibayan/sendgrid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419815,"owners_count":20936012,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-31T16:07:16.835Z","updated_at":"2025-04-06T00:43:32.052Z","avatar_url":"https://github.com/shibayan.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"SendGrid C# Client\n=============\n\nYet Another SendGrid Client for C#\n\n## Create Account\n\n```c#\nvar account = Account.Create(\"API_KEY\");\n```\n\n\n## API Requests\n\n```csharp\n// Get Blocklist\nvar blockList = await account.Blocks.GetAsync(new GetBlocksParameter { Limit = 10 });\n\n// Delete all from Bounces\nawait account.Bounces.DeleteAsync(new DeleteBouncesParameter { DeleteAll = true });\n\n// Send Mail\nvar sendMail = new SendMailParameter\n{\n    From = \"from@example.com\",\n    Text = \"text content\",\n    Html = \"\u003cp\u003ehtml content\u003c/p\u003e\"\n};\n\nsendMail.To.Add(\"to@example.com\");\n\nawait account.Mail.SendAsync(sendMail);\n```\n\n## Support APIs\n\n- SMTP API (X-SMTP API)\n- Web API v3\n- WebHooks (Inbound Parse / Event v3)\n\n## License\n\n[Apache License 2.0](https://github.com/shibayan/sendgrid/blob/master/LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshibayan%2Fsendgrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshibayan%2Fsendgrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshibayan%2Fsendgrid/lists"}