{"id":19157112,"url":"https://github.com/kinduff/simple-flowdock-notification-resource","last_synced_at":"2026-06-11T23:31:32.043Z","repository":{"id":144971191,"uuid":"164961963","full_name":"kinduff/simple-flowdock-notification-resource","owner":"kinduff","description":"Simple Flowdock notification resource about the build status","archived":false,"fork":false,"pushed_at":"2019-01-10T01:20:55.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T21:43:39.979Z","etag":null,"topics":["ci","concourse-ci","concourse-resource","devops","flowdock"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/kinduff.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":"2019-01-10T00:47:19.000Z","updated_at":"2021-05-15T20:04:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"3b3a2013-0a93-4883-a1db-46153af3c0d4","html_url":"https://github.com/kinduff/simple-flowdock-notification-resource","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kinduff/simple-flowdock-notification-resource","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Fsimple-flowdock-notification-resource","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Fsimple-flowdock-notification-resource/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Fsimple-flowdock-notification-resource/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Fsimple-flowdock-notification-resource/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kinduff","download_url":"https://codeload.github.com/kinduff/simple-flowdock-notification-resource/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kinduff%2Fsimple-flowdock-notification-resource/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34222709,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":["ci","concourse-ci","concourse-resource","devops","flowdock"],"created_at":"2024-11-09T08:38:22.385Z","updated_at":"2026-06-11T23:31:31.992Z","avatar_url":"https://github.com/kinduff.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![concourse](https://user-images.githubusercontent.com/1270156/50938865-cc9f5500-143f-11e9-93c9-f594c4d51b31.jpg)\n\nSimple Flowdock notification resource about the build status. Based on the official cloudfoundry one.\n\n## Resource Type Configuration\n\n```yml\nresource_types:\n- name: flowdock-notification-image\n  type: docker-image\n  source:\n    repository: kinduff/better-flowdock-notification-resource\n    tag: latest\n```\n\n## Resource Configuration\n\n```yml\nresources:\n- name: flowdock-notify\n  type: flowdock-notification-image\n```\n\n## Behavior\n\n### `out`: Sends notification to Flowdock.\n\nSend notification to Flowdock, with the configured parameters.\n\n#### Parameters\n\nRequired:\n- `flow_token`: Flow token where you want to post. Refer to [this documentation](https://www.flowdock.com/api/how-to-integrate).\n- `status_value`: Custom message. Usually `Success` or `Failure`.\n- `status_color`: Custom Flowdock color. Usually `green` or `red`.\n\n## Examples\n\n![example](https://user-images.githubusercontent.com/1270156/50939445-84356680-1442-11e9-9c34-a3ab2ba1e9bd.png)\n\n```yml\n---\njobs:\n- name: flowdock-hello-world-test\n  plan:\n  - get: resource-tutorial\n  - task: hello-world\n    file: resource-tutorial/tutorials/basic/task-hello-world/task_hello_world.yml\n    on_failure:\n      put: flowdock-notify\n      params:\n        status_value: failure\n        status_color: red\n        flow_token: ((meta.flowdock.token))\n    on_success:\n      put: flowdock-notify\n      params:\n        status_value: success\n        status_color: green\n        flow_token: ((meta.flowdock.token))\nresource_types:\n- name: flowdock-notification-image\n  type: docker-image\n  source:\n    repository: kinduff/better-flowdock-notification-resource\n    tag: latest\nresources:\n- name: flowdock-notify\n  type: flowdock-notification-image\n- name: resource-tutorial\n  type: git\n  source:\n    uri: https://github.com/starkandwayne/concourse-tutorial.git\n```\n\n![teams-main-pipelines-test-pipe](https://user-images.githubusercontent.com/1270156/50939532-e1311c80-1442-11e9-9064-408d6f3334b7.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkinduff%2Fsimple-flowdock-notification-resource","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkinduff%2Fsimple-flowdock-notification-resource","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkinduff%2Fsimple-flowdock-notification-resource/lists"}