{"id":35253456,"url":"https://github.com/hookflo/notify-action","last_synced_at":"2026-04-07T17:31:03.261Z","repository":{"id":305009547,"uuid":"1021606925","full_name":"Hookflo/notify-action","owner":"Hookflo","description":"A simple and Quick, production ready GitHub Action to send JSON alerts and notifications via POST requests  to Slack, email services, logging endpoints, and more. ","archived":false,"fork":false,"pushed_at":"2025-07-18T18:32:52.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-02T14:25:07.740Z","etag":null,"topics":["alerting","logging","monitoring","observability"],"latest_commit_sha":null,"homepage":"https://www.hookflo.com","language":null,"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/Hookflo.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,"zenodo":null}},"created_at":"2025-07-17T16:50:51.000Z","updated_at":"2025-07-28T13:00:39.000Z","dependencies_parsed_at":"2025-07-18T20:44:33.548Z","dependency_job_id":"056bd416-82df-44df-9d69-4fae9e72bbf4","html_url":"https://github.com/Hookflo/notify-action","commit_stats":null,"previous_names":["hookflo/hookflo-notify-action","hookflo/notify-action"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/Hookflo/notify-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hookflo%2Fnotify-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hookflo%2Fnotify-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hookflo%2Fnotify-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hookflo%2Fnotify-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hookflo","download_url":"https://codeload.github.com/Hookflo/notify-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hookflo%2Fnotify-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31522192,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["alerting","logging","monitoring","observability"],"created_at":"2025-12-30T07:20:21.908Z","updated_at":"2026-04-07T17:31:03.212Z","avatar_url":"https://github.com/Hookflo.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📡 HookFlo Notify Action\n\nA lightweight GitHub Action by [**HookFlo**](https://hookflo.com) to send JSON notifications to any HTTP endpoint using secure token headers. Ideal for Slack alerts, email notifications, CI/CD event tracking, or internal monitoring.\n\n---\n\n## ✨ Why HookFlo?\n\n- 🔗 **Centralized Webhook Management** — Create \u0026 manage secure webhooks from your [HookFlo Dashboard](https://hookflo.com).\n- 🎨 **Custom Templates** — Design Slack or Email notification templates without code.\n- 📊 **Real-Time Logs** — Monitor delivery and debug failures from your HookFlo Dashboard.\n- 🛡️ **Secure By Default** — Token-based authentication for every request.\n\n\u003e 🚀 **[Sign up at HookFlo](https://hookflo.com)** to get your Webhook URL, ID, and Secret.\n\n---\n\n## 🚀 Features\n\n- ✅ **Minimal Setup** — Just URL, token, and payload.\n- ✅ **Flexible JSON Payloads** — Send any event data.\n- ✅ **Secure Headers** — `x-webhook-token` and `x-webhook-id` included.\n- ✅ **Zero Dependencies** — Fast, Docker-free execution.\n\n---\n\n## 📦 Inputs\n\n| Input Name        | Description                                       | Required |\n|-------------------|---------------------------------------------------|----------|\n| `webhook_url`     | Your Webhook URL from HookFlo.                    | ✅ Yes   |\n| `webhook_id`      | Webhook ID used in `x-webhook-id` header.         | ✅ Yes   |\n| `webhook_secret`  | Secret token used in `x-webhook-token` header.   | ✅ Yes   |\n| `payload`         | Optional JSON payload to send as request body.    | ❌ No    |\n\n---\n\n## 🛠️ Setup Instructions\n\n1. **[Sign up on HookFlo](https://hookflo.com)**\n2. **Create a Custom Webhook** — Copy your Webhook URL, ID, and Secret.\n3. **Set Up Templates** — Customize Slack or Email notifications in your dashboard.\n4. **Monitor Logs** — View delivery history and debug from HookFlo's real-time dashboard.\n\n---\n\n## 📄 Example Workflow\n\n```yaml\n- name: Send Notification via HookFlo\n  uses: hookflo/hookflo-notify-action@v1.5\n  with:\n    webhook_url: ${{ secrets.HOOKFLO_URL }}\n    webhook_id: ${{ secrets.WEBHOOK_ID }}\n    webhook_secret: ${{ secrets.WEBHOOK_SECRET }}\n    payload: |\n      {\n        \"event\": \"deployment_failed\",\n        \"repository\": \"${{ github.repository }}\",\n        \"branch\": \"${{ github.ref }}\",\n        \"run_id\": \"${{ github.run_id }}\",\n        \"status\": \"failed\"\n      }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhookflo%2Fnotify-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhookflo%2Fnotify-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhookflo%2Fnotify-action/lists"}