{"id":18888003,"url":"https://github.com/codex-team/action-codexbot-notify","last_synced_at":"2025-04-14T23:08:50.693Z","repository":{"id":65155404,"uuid":"312005208","full_name":"codex-team/action-codexbot-notify","owner":"codex-team","description":"This action sends a notification message to Telegram or Slack chat","archived":false,"fork":false,"pushed_at":"2020-11-16T17:45:22.000Z","size":58,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T23:08:45.773Z","etag":null,"topics":["action","bot","codex","github-actions","notification-message","slack","telegram"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/codex-team.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}},"created_at":"2020-11-11T15:06:19.000Z","updated_at":"2024-01-16T12:50:05.000Z","dependencies_parsed_at":"2023-01-05T05:03:32.924Z","dependency_job_id":null,"html_url":"https://github.com/codex-team/action-codexbot-notify","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"2a1c6c63d4c6b1434312767c22c8b7bdf4788a01"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2Faction-codexbot-notify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2Faction-codexbot-notify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2Faction-codexbot-notify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2Faction-codexbot-notify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codex-team","download_url":"https://codeload.github.com/codex-team/action-codexbot-notify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248975316,"owners_count":21192209,"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":["action","bot","codex","github-actions","notification-message","slack","telegram"],"created_at":"2024-11-08T07:41:12.621Z","updated_at":"2025-04-14T23:08:50.673Z","avatar_url":"https://github.com/codex-team.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![banner](./assets/banner.png)\n\n# @codex_bot notifier\n\nThis action sends a notification message to Telegram or Slack chat.\n\nPowered by [@codex_bot/notify](https://github.com/codex-bot/notify) application.\n\n## Inputs\n\n### `webhook`\n\n**Required.** Endpoint for sending message to chat.\n\nRead [the manual](https://github.com/codex-bot/notify#getting-started) to get a webhook endpoint for your chat. \n\n### `message`\n\n**Required.** Message text.\n\n### `parse_mode`\n\nMode for parsing entities in the message text. Empty by default.  \n\n`HTML` or `Markdown` (case insensitive) styles are supported.\n\n### `disable_web_page_preview`\n\nDisables link previews for links in this message. `false` by default.\n\n## Outputs\n\n### `response-body`\n\nResponse message\n\n### `response-code`\n\nResponse status code\n\n## Usage\n\n```\n- name: Send a chat notification via @codex_bot\n  uses: codex-team/action-codexbot-notify@v1\n  with:\n    webhook: ${{ secrets.CODEXBOT_NOTIFY_WEBHOOK }}\n    message: '📦 [@editorjs/editorjs](https://npmjs.com/package/@editorjs/editorjs) 2.19.0 was published'\n    parse_mode: 'markdown'\n    disable_web_page_preview: true\n```\n\nYou can use [codex-team/action-nodejs-package-info](https://github.com/codex-team/action-nodejs-package-info) to get package information automatically.\n\n```\n- name: Get package info\n  id: package\n  uses: codex-team/action-nodejs-package-info@v1\n\n- name: Send a message\n  uses: codex-team/action-codexbot-notify@v1\n  with:\n    webhook: ${{ secrets.CODEX_BOT_CHAT }}\n    message: '📦 [${{ steps.package.outputs.name }}](${{ steps.package.outputs.npmjs-link }}) ${{ steps.package.outputs.version }}  was published'\n    parse_mode: 'markdown'\n    disable_web_page_preview: true\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodex-team%2Faction-codexbot-notify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodex-team%2Faction-codexbot-notify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodex-team%2Faction-codexbot-notify/lists"}