{"id":20187246,"url":"https://github.com/touwolf/sendgrid-client-api-v3","last_synced_at":"2026-05-12T09:31:30.653Z","repository":{"id":101789784,"uuid":"50971196","full_name":"touwolf/sendgrid-client-api-v3","owner":"touwolf","description":"Sendgrid Client Api V3","archived":false,"fork":false,"pushed_at":"2016-05-29T21:58:35.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-11-30T18:16:39.771Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/touwolf.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-03T03:29:47.000Z","updated_at":"2016-08-09T14:33:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"62a45f12-f0fc-4a54-89e8-d29bb87752aa","html_url":"https://github.com/touwolf/sendgrid-client-api-v3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/touwolf/sendgrid-client-api-v3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/touwolf%2Fsendgrid-client-api-v3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/touwolf%2Fsendgrid-client-api-v3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/touwolf%2Fsendgrid-client-api-v3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/touwolf%2Fsendgrid-client-api-v3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/touwolf","download_url":"https://codeload.github.com/touwolf/sendgrid-client-api-v3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/touwolf%2Fsendgrid-client-api-v3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32932314,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-14T03:22:19.793Z","updated_at":"2026-05-12T09:31:30.635Z","avatar_url":"https://github.com/touwolf.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sendgrid Client Api V3 for handler Campaign\n\nSendgrid Client Api V3 implementation.\n\n## API Methods Implemented\n\n### Bounces API \n\n    List all bounces - GET\n    Delete bounces - DELETE\n    Get a bounce - GET\n    Delete a bounce - DELETE\n    \n### Contacts API\n\nCustom Fields\n\n    Create a Custom Field - POST\n    List all Custom Fields - GET\n    Delete a Custom Field - DELETE\n    List Reserved Fields - GET\n\nLists\n\n    Create a List - POST\n    List All Lists - GET\n    Delete Multiple Lists - DELETE\n    Retrieve a List - GET\n    Update a List - PATCH\n    Delete a List - DELETE\n    List Recipients on a List - GET\n    Add a single Recipient to a List - POST\n    Delete a Single Recipient From a List - DELETE\n    Add Multiple Recipients To a List - POST\n\nRecipients\n\n    Add Recipients - POST\n    Update a Recipient - PATCH\n    Delete one or more Recipients - DELETE\n    List Recipients - GET\n    Retrieve a Recipient - GET\n    Delete a single Recipient - DELETE\n    Get Count of Billable Recipients - GET\n    Get Count of Recipients - GET\n    Get Recipients Matching Search Criteria - GET\n\nSegments\n\n    Create a Segment - POST\n    List all Segments - GET\n    Retrieve a Segment - GET\n    Update a Segment - PATCH\n    Delete a Segment - DELETE\n    List Recipients on a Segment\n\n### Campaing API\n\nCampaigns\n\n    Create a Campaign - POST\n    Get all Campaigns - GET\n    View a Campaign - GET\n    Delete a Campaign - DELETE\n    Update a Campaign - PATCH\n    Send a Campaign - POST\n    Schedule a Campaign - POST\n    Update a Scheduled Campaign - PATCH\n    Unschedule a Scheduled Campaign - DELETE\n    Send a Test Campaign - POST\n\n\nDependencies\n============\n\nBridje Core IoC library https://github.com/bridje/bridje-framework/wiki/Bridje-IoC\n\n        \u003cdependency\u003e\n            \u003cgroupId\u003eorg.bridje\u003c/groupId\u003e\n            \u003cartifactId\u003ebridje-ioc\u003c/artifactId\u003e\n            \u003cversion\u003e0.1.2\u003c/version\u003e\n        \u003c/dependency\u003e\n        \n\nHTTP \u0026 HTTP/2 client for Android and Java applications https://github.com/square/okhttp/wiki\n\n          \u003cdependency\u003e\n            \u003cgroupId\u003ecom.squareup.okhttp3\u003c/groupId\u003e\n            \u003cartifactId\u003eokhttp\u003c/artifactId\u003e\n            \u003cversion\u003e3.0.1\u003c/version\u003e\n        \u003c/dependency\u003e\n        \n\nJava library that can be used to convert Java Objects into their JSON representation https://github.com/google/gson\n\n        \u003cdependency\u003e\n            \u003cgroupId\u003ecom.google.code.gson\u003c/groupId\u003e\n            \u003cartifactId\u003egson\u003c/artifactId\u003e\n            \u003cversion\u003e2.4\u003c/version\u003e\n        \u003c/dependency\u003e\n\n\n--\n\nThe project is licensed under the MIT License:\n\nThe MIT License (MIT)\n\nCopyright (c) 2016 Touwolf Technologies\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftouwolf%2Fsendgrid-client-api-v3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftouwolf%2Fsendgrid-client-api-v3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftouwolf%2Fsendgrid-client-api-v3/lists"}