{"id":21611282,"url":"https://github.com/runnerty/notifier-slack","last_synced_at":"2026-05-17T20:10:29.958Z","repository":{"id":29240423,"uuid":"119021794","full_name":"runnerty/notifier-slack","owner":"runnerty","description":"Runnerty module: Slack notifier.","archived":false,"fork":false,"pushed_at":"2023-07-19T01:50:13.000Z","size":194,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-28T16:54:57.211Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/runnerty.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}},"created_at":"2018-01-26T07:44:58.000Z","updated_at":"2022-02-05T18:51:48.000Z","dependencies_parsed_at":"2024-11-24T21:11:59.667Z","dependency_job_id":"4d580aa5-e7e8-41cb-87c1-b65929d60697","html_url":"https://github.com/runnerty/notifier-slack","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runnerty%2Fnotifier-slack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runnerty%2Fnotifier-slack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runnerty%2Fnotifier-slack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runnerty%2Fnotifier-slack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/runnerty","download_url":"https://codeload.github.com/runnerty/notifier-slack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244166707,"owners_count":20409178,"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":[],"created_at":"2024-11-24T21:11:50.791Z","updated_at":"2026-05-17T20:10:24.917Z","avatar_url":"https://github.com/runnerty.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"http://runnerty.io\"\u003e\n    \u003cimg height=\"257\" src=\"https://runnerty.io/assets/header/logo-stroked.png\"\u003e\n  \u003c/a\u003e\n  \u003cp align=\"center\"\u003eSmart Processes Management\u003c/p\u003e\n\u003c/p\u003e\n\n[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Dependency Status][david-badge]][david-badge-url]\n\u003ca href=\"#badge\"\u003e\n\u003cimg alt=\"code style: prettier\" src=\"https://img.shields.io/badge/code_style-prettier-ff69b4.svg\"\u003e\n\u003c/a\u003e\n\n# Slack notifier for [Runnerty]:\n\n### Installation:\n\nThrough NPM\n\n```bash\nnpm i @runnerty/notifier-slack\n```\n\nYou can also add modules to your project with [runnerty]\n\n```bash\nnpx runnerty add @runnerty/notifier-slack\n```\n\nThis command installs the module in your project, adds example configuration in your [config.json] and creates an example plan of use.\n\nIf you have installed [runnerty] globally you can include the module with this command:\n\n```bash\nrunnerty add @runnerty/notifier-slack\n```\n\n### Configuration sample:\n\nAdd in [config.json]:\n\n```json\n{\n  \"notifiers\": [\n    {\n      \"id\": \"slack_default\",\n      \"type\": \"@runnerty-notifier-slack\",\n      \"token\": \"MY_BOT_TOKEN\",\n      \"bot_name\": \"Runnerty-Sentinel\",\n      \"channel\": \"MY_CHANNEL\",\n      \"maxConcurrents\": 1,\n      \"minInterval\": 600\n    }\n  ]\n}\n```\n\n### Plan sample:\n\nAdd in [plan.json]:\n\n- Simple\n\n```json\n{\n  \"id\": \"slack_default\",\n  \"bot_emoji\": \":metal:\",\n  \"channel\": \"MY_CHANNEL\",\n  \"message\": \"PROCESS *:PROCESS_ID* OF CHAIN :CHAIN_ID RUNNING!\"\n}\n```\n\n- Attachments\n\n```json\n{\n  \"id\": \"slack_default\",\n  \"bot_name\": \"Runnerty Bot\",\n  \"bot_emoji\": \":metal:\",\n  \"channel\": \"MY_CHANNEL\",\n  \"attachments\": [\n    {\n      \"fallback\": \"Required plain-text summary of the attachment.\",\n      \"color\": \"#36a64f\",\n      \"pretext\": \"Simple sample pretext\",\n      \"author_name\": \"Runnerty Bot\",\n      \"author_link\": \"https://github.com/runnerty/notifier-slackhttp://runnerty.io\",\n      \"author_icon\": \"https://runnerty.io/assets/header/logo-stroked.png\",\n      \"title\": \"Slack attachment sample\",\n      \"title_link\": \"https://api.slack.com/docs/messages/builder\",\n      \"text\": \"More info\",\n      \"fields\": [\n        {\n          \"title\": \"Priority\",\n          \"value\": \"High\",\n          \"short\": false\n        }\n      ],\n      \"image_url\": \"http://my-website.com/path/to/image.jpg\",\n      \"thumb_url\": \"https://runnerty.io/assets/header/logo-stroked.png\",\n      \"footer\": \"Runnerty Notifier Slack Sample\",\n      \"footer_icon\": \"https://runnerty.io/assets/header/logo-stroked.png\"\n    }\n  ]\n}\n```\n\n- Upload File\n\n```json\n{\n  \"id\": \"slack_default\",\n  \"bot_emoji\": \":metal:\",\n  \"channel\": \"MY_CHANNEL\",\n  \"message\": \"PROCESS *:PROCESS_ID* OF CHAIN :CHAIN_ID RUNNING!\",\n  \"file\": \"./resume.csv\"\n}\n```\n\n[runnerty]: https://www.runnerty.io\n[downloads-image]: https://img.shields.io/npm/dm/@runnerty/notifier-slack.svg\n[npm-url]: https://www.npmjs.com/package/@runnerty/notifier-slack\n[npm-image]: https://img.shields.io/npm/v/@runnerty/notifier-slack.svg\n[david-badge]: https://david-dm.org/runnerty/notifier-slack.svg\n[david-badge-url]: https://david-dm.org/runnerty/notifier-slack\n[config.json]: https://docs.runnerty.io/config/\n[notifiers]: https://docs.runnerty.io/notifiers\n[plan.json]: https://docs.runnerty.io/plan/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunnerty%2Fnotifier-slack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frunnerty%2Fnotifier-slack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunnerty%2Fnotifier-slack/lists"}