{"id":32173209,"url":"https://github.com/midas/click_send","last_synced_at":"2026-02-20T00:32:24.543Z","repository":{"id":45014388,"uuid":"165420090","full_name":"midas/click_send","owner":"midas","description":"API Facade for ClickSend REST v3.","archived":false,"fork":false,"pushed_at":"2024-01-31T14:35:11.000Z","size":13,"stargazers_count":0,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-21T18:51:43.738Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/midas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-12T18:12:32.000Z","updated_at":"2022-01-14T04:33:47.000Z","dependencies_parsed_at":"2022-08-27T20:02:43.185Z","dependency_job_id":null,"html_url":"https://github.com/midas/click_send","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/midas/click_send","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/midas%2Fclick_send","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/midas%2Fclick_send/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/midas%2Fclick_send/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/midas%2Fclick_send/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/midas","download_url":"https://codeload.github.com/midas/click_send/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/midas%2Fclick_send/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29637411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"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":"2025-10-21T18:50:44.362Z","updated_at":"2026-02-20T00:32:24.539Z","avatar_url":"https://github.com/midas.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ClickSend\n\nAPI Facade for ClickSend REST v3.\n\n## Examples\n\n### Account\n\n#### Show\n\n```elixir\nClickSend.Account.show()\n```\n\n### Account Recharge\n\n#### List Packages\n\n```elixir\nClickSend.AccountRecharge.list_packages(\"USA\")\n```\n\n#### Purchase a Package\n\n```elixir\nClickSend.AccountRecharge.purchase_package(1)\n```\n\n### Email\n\n#### Send\n\n```elixir\nClickSend.EmailMessage.new(\n  \"test1@test.com\",\n  \"John Doe\",\n  1111,\n  \"My App Registrations\",\n  \"Your account needs verification\",\n  \"Please go to https://cool-app.com/account/4b787ca2-15cc-11e9-9330-c48e8ff5e241/verify to verify your account\"\n)\n|\u003e ClickSend.Email.send()\n```\n\n### SMS\n\n#### Send\n\n```elixir\nClickSend.SmsMessage.new(\"+14055555555\", \"Hello world!\")\n|\u003e ClickSend.Sms.send()\n```\n\n## Installation\n\n1. Add `click_send` to your list of dependencies in `mix.exs`\n\n```elixir\ndef deps do\n  [\n    {:click_send, \"~\u003e 0.5.0\"}\n  ]\nend\n```\n\n1. Setup your configuration\n\n```elixir\nconfig :click_send,\n  api_key: \"F0E14CF8-1691-11E9-9019-C48E8FF5E241\",\n  username: \"my_username\",\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/click_send](https://hexdocs.pm/click_send).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmidas%2Fclick_send","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmidas%2Fclick_send","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmidas%2Fclick_send/lists"}