{"id":26417819,"url":"https://github.com/abdulrahmandaud10/tilil-sms-api","last_synced_at":"2026-05-20T06:03:25.650Z","repository":{"id":161084896,"uuid":"626875148","full_name":"AbdulrahmanDaud10/TILIL-SMS-API","owner":"AbdulrahmanDaud10","description":"A quick step by step guide on how to send bulk and premium messages using an application interface (API) using Golang","archived":false,"fork":false,"pushed_at":"2024-01-31T08:07:50.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-21T20:07:04.663Z","etag":null,"topics":["golang","json","sms-api"],"latest_commit_sha":null,"homepage":"https://tililtechnologies.co.ke","language":"Go","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/AbdulrahmanDaud10.png","metadata":{"files":{"readme":"README.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-12T10:33:19.000Z","updated_at":"2023-04-13T14:31:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"c4024717-3640-4df9-a873-5cac86789913","html_url":"https://github.com/AbdulrahmanDaud10/TILIL-SMS-API","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/AbdulrahmanDaud10%2FTILIL-SMS-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdulrahmanDaud10%2FTILIL-SMS-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdulrahmanDaud10%2FTILIL-SMS-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbdulrahmanDaud10%2FTILIL-SMS-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbdulrahmanDaud10","download_url":"https://codeload.github.com/AbdulrahmanDaud10/TILIL-SMS-API/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244135902,"owners_count":20403798,"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":["golang","json","sms-api"],"created_at":"2025-03-18T01:16:14.245Z","updated_at":"2026-05-20T06:03:20.606Z","avatar_url":"https://github.com/AbdulrahmanDaud10.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TILIL-SMS-API\nA quick step by step guide on how to send bulk and premium messages using an application interface (API). It has been made simple to enable a quick integration into Tilil technologies bulk messaging services.\n\n## BULK MESSAGING\n```\nRequired endpoints:\nconst (\n\t    TILIL_SMS_ENDPOINT        = \"https://api.tililtech.com/sms/v3/sendsms\"\n\t    TILIL_API_KEY             = \" \"\n\t    SENDER_ID                 = \"2513\"\n      )\n```\n\nEdit the variables to your preference\n\n### SMS Request Body:\nBelow is a sample sendsms JSON data:\n\n```json\n{\n    \"api_key\": \"{{Test API Key}}\",\n    \"service_id\": 0,\n    \"mobile\": \"0708400000\",\n    \"response_type\": \"json\",\n    \"shortcode\": \"Tilil\",\n    \"message\": \"This is a message.\\n\\nRegards\\nTilil\"\n}\n```\n\n### SMS Responses Body:\nSMS Response(s):\n```json\n1.Success\n    [\n        {\n            \"status_code\": \"1000\",\n            \"status_desc\": \"Success\",\n            \"message_id\": 288369252,\n            \"mobile_number\": \"254708400000\",\n            \"network_id\": \"1\",\n            \"message_cost\": 1,\n            \"credit_balance\": 148\n        }\n    ]\n\n2.Failed\n    [\n        {\n            \"status_code\": \"1003\",\n            \"status_desc\": \"Invalid mobile number\",\n            \"message_id\": \"0\",\n            \"mobile_number\": \"123\",\n            \"network_id\": \"\",\n            \"message_cost\": \"\",\n            \"credit_balance\": \"\"\n        }\n    ]\n```\n\n## REMINDER\n\nThe api key provided above is for a demo purpose, visit the official website https://tililtechnologies.co.ke/ to create an account acquire the neccessary shortcodes, senderID important data and information required.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdulrahmandaud10%2Ftilil-sms-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdulrahmandaud10%2Ftilil-sms-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdulrahmandaud10%2Ftilil-sms-api/lists"}