{"id":37524042,"url":"https://github.com/smshosting/smshosting-api-java-client","last_synced_at":"2026-01-16T08:20:58.904Z","repository":{"id":19035065,"uuid":"85956576","full_name":"smshosting/smshosting-api-java-client","owner":"smshosting","description":"Esempio di client java per le REST API di Smshosting","archived":false,"fork":false,"pushed_at":"2022-10-21T10:08:59.000Z","size":2072,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-17T11:10:57.875Z","etag":null,"topics":["java","sms","sms-api","sms-client"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smshosting.png","metadata":{"files":{"readme":"README.en.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-23T14:04:03.000Z","updated_at":"2022-11-16T14:24:29.000Z","dependencies_parsed_at":"2023-01-11T20:30:34.458Z","dependency_job_id":null,"html_url":"https://github.com/smshosting/smshosting-api-java-client","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/smshosting/smshosting-api-java-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smshosting%2Fsmshosting-api-java-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smshosting%2Fsmshosting-api-java-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smshosting%2Fsmshosting-api-java-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smshosting%2Fsmshosting-api-java-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smshosting","download_url":"https://codeload.github.com/smshosting/smshosting-api-java-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smshosting%2Fsmshosting-api-java-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: 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":["java","sms","sms-api","sms-client"],"created_at":"2026-01-16T08:20:58.802Z","updated_at":"2026-01-16T08:20:58.897Z","avatar_url":"https://github.com/smshosting.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=https://smshosting.s3.eu-west-3.amazonaws.com/cover-progetto.jpg\u003e\n\u003c/p\u003e\n\n# [Smshosting](https://www.smshosting.it)\n\n[![it](https://img.shields.io/badge/lang-it-red.svg)](/README.md)\n\n## The most complete platform to improve your marketing communications.\n\nThis Java library allows you to integrate our services directly into your project, adding the possibility to send SMS, Emails, manage customers and much more.\n\n## Library Functions\nYou can use this library to:\n- Send SMS\n- Send Bulk SMS\n- Create and manage Contacts\n- Create and manage Groups\n- Send single emails\n- Send email campaigns\n- Check the account status and credit\n... and much more.\n\n## Getting Started\n\n#### Create an account\n- Create your Smshosting account [here](https://cloud.smshosting.it/sms/signupInit.ic).\n- Once the account is activated, go to Developers -\u003e API REST, HTTP and SOAP to access your api credentials. \n\n#### Download the library\n\n- Git clone or download the library and include it on your project.\n\n## Some Examples\n\nNot all parameters are required. Refer to the [Documentation](https://help.smshosting.it/it/sms-rest-api) for more informations.\n\n#### Get the client instance\n```java\nSmsHostingClient clientSmsh = new SmsHostingClient(\"YOUR_API_KEY\", \"YOUR_SECRET_KEY\");\n```\n\n#### Send a single SMS\n```java\nSendSmsResponse res = clientSmsh.sendSms(\"mySender\", \"39YYYXXXXXXX\", null, \"smsText\", null, null, false, null, \"AUTO\");\n```\n\n#### Add a contact\n```java\nContactResponse res = clientSmsh.addContact(\"39YYYXXXXXXX\", \"ContactName\", \"ContactLastname\", \"contact@email.it\", null, null, null);\n```\n\n#### Get contact list\n```java\nContactSearchResponse res = clientSmsh.searchContacts(null, null, null, null, null, null, null);\n```\n\n#### Search contact by phone number\n```java\nContactSearchResponse res = clientSmsh.searchContacts(null, \"39YYYXXXXXXX\", null, null, null, null, null);\n```\n\n## Documentation\nDocumentation for Smshosting API can be found [here](https://help.smshosting.it/it/sms-rest-api)\n\n## Support\nIf you need any help you can contact us at [assistenza@smshosting.it](mailto:assistenza@smshosting.it) or visit the [support page](https://www.smshosting.it/it/supporto-tecnico-e-commerciale)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmshosting%2Fsmshosting-api-java-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmshosting%2Fsmshosting-api-java-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmshosting%2Fsmshosting-api-java-client/lists"}