{"id":22769847,"url":"https://github.com/volkovlabs/grafana-sms-webhook","last_synced_at":"2025-08-22T17:07:07.466Z","repository":{"id":217372819,"uuid":"743369178","full_name":"Enerview/grafana-sms-webhook","owner":"Enerview","description":"Twilio SMS Webhook for @grafana","archived":false,"fork":false,"pushed_at":"2025-05-26T17:03:30.000Z","size":130,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-26T17:32:13.576Z","etag":null,"topics":["alerting","grafana","twilio","twilio-sms-api","webhook"],"latest_commit_sha":null,"homepage":"https://volkovlabs.io","language":"TypeScript","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/Enerview.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null},"funding":{"custom":"https://volkovlabs.io/pricing/"}},"created_at":"2024-01-15T04:39:27.000Z","updated_at":"2025-05-26T17:06:46.000Z","dependencies_parsed_at":"2024-01-16T02:27:19.767Z","dependency_job_id":"d83ab3b2-16a4-45a5-996d-025403ffd192","html_url":"https://github.com/Enerview/grafana-sms-webhook","commit_stats":null,"previous_names":["volkovlabs/grafana-sms-webhook"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Enerview/grafana-sms-webhook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enerview%2Fgrafana-sms-webhook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enerview%2Fgrafana-sms-webhook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enerview%2Fgrafana-sms-webhook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enerview%2Fgrafana-sms-webhook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Enerview","download_url":"https://codeload.github.com/Enerview/grafana-sms-webhook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Enerview%2Fgrafana-sms-webhook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271672621,"owners_count":24800706,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["alerting","grafana","twilio","twilio-sms-api","webhook"],"created_at":"2024-12-11T15:16:09.329Z","updated_at":"2025-08-22T17:07:02.419Z","avatar_url":"https://github.com/Enerview.png","language":"TypeScript","funding_links":["https://volkovlabs.io/pricing/","https://github.com/sponsors/VolkovLabs"],"categories":[],"sub_categories":[],"readme":"# SMS Alert Channel Notifications for Grafana\n\n## Requirements\n\n- Docker, Docker Compose or Node v18 for host installation.\n- Twilio account.\n\n## Getting Started\n\n1. Create `.env` file based on `.env.example`.\n2. Start a container or run as a standalone.\n3. Create a Contact Point in Grafana Alerting.\n\n![Contact Point](https://github.com/VolkovLabs/grafana-sms-webhook/raw/main/img/contact.png)\n\n## Docker Compose\n\n```\nversion: '3.5'\n\nservices:\n  sms:\n    image: ghcr.io/volkovlabs/grafana-sms-webhook:latest\n    container_name: sms\n    env_file: .env\n    ports:\n      - 8080:3000\n```\n\n## Run as standalone\n\nRun the command `npm install` and `npm run start` to start the server.\n\n## REST API\n\n```\nfetch('http://localhost:3000/sendsms?number=1234567890,12223334455', {\n    method: 'POST',\n    headers: {\n        authorization: '[apiKey]'\n    },\n    body: JSON.stringify({\n        message: 'Your message'\n    })\n}).then((response) =\u003e response.text())\n  .then((body) =\u003e {\n    console.log(body);\n  })\n  .catch((error) =\u003e {\n    console.error('error in execution', error);\n  })\n```\n\n## Logging\n`LOG_LEVEL` config is set in `.env` file. All possible values are described in [Winston Logging Levels](https://github.com/winstonjs/winston?tab=readme-ov-file#logging-levels)\n\n## Feedback\n\nWe're looking forward to hearing from you. You can use different ways to get in touch with us.\n\n- Ask a question, request a new feature, and file a bug with [GitHub issues](https://github.com/volkovlabs/grafana-sms-webhook/issues/new/choose).\n- Subscribe to our [YouTube Channel](https://www.youtube.com/@volkovlabs) and add a comment.\n- Sponsor our open-source plugins for Grafana at [GitHub Sponsor](https://github.com/sponsors/VolkovLabs).\n- Support our project by starring the repository.\n\n## License\n\nApache License Version 2.0, see [LICENSE](https://github.com/volkovlabs/grafana-sms-webhook/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolkovlabs%2Fgrafana-sms-webhook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvolkovlabs%2Fgrafana-sms-webhook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolkovlabs%2Fgrafana-sms-webhook/lists"}