{"id":13436462,"url":"https://github.com/mdb/concourse-webhook-resource","last_synced_at":"2026-02-12T22:02:08.236Z","repository":{"id":137137459,"uuid":"80352774","full_name":"mdb/concourse-webhook-resource","owner":"mdb","description":"A basic Concourse resource to perform HTTP requests against a configured URL","archived":false,"fork":false,"pushed_at":"2017-01-31T14:54:23.000Z","size":4,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T21:51:42.263Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mdb.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":"2017-01-29T15:10:41.000Z","updated_at":"2021-05-13T06:17:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"b1085f9e-ad98-47f2-abe8-c889ad98e54d","html_url":"https://github.com/mdb/concourse-webhook-resource","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mdb/concourse-webhook-resource","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdb%2Fconcourse-webhook-resource","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdb%2Fconcourse-webhook-resource/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdb%2Fconcourse-webhook-resource/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdb%2Fconcourse-webhook-resource/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdb","download_url":"https://codeload.github.com/mdb/concourse-webhook-resource/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdb%2Fconcourse-webhook-resource/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29382871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T20:34:40.886Z","status":"ssl_error","status_checked_at":"2026-02-12T20:23:00.490Z","response_time":55,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-07-31T03:00:48.669Z","updated_at":"2026-02-12T22:02:08.216Z","avatar_url":"https://github.com/mdb.png","language":"Shell","funding_links":[],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"# concourse-webhook-resource\n\nA [ConcourseCI](http://concourse.ci) resource to issue an HTTP request to some URL from Concourse.\n\nThis is largely a simple reference implementation illustrating how to make and test a custom Concourse resource.\n\n[View the Docker image on DockerHub \u0026raquo;](https://hub.docker.com/r/clapclapexcitement/concourse-webhook-resource/)\n\n## Source Configuration\n\n* `url`: *Required*. The webhook URL to which an HTTP request should be issued.\n\nExample:\n\n```\nresource_types:\n\n- name: webhook\n  type: docker-image\n  source:\n    repository: clapclapexcitement/concourse-webhook-resource\n\nresources:\n\n- name: ping-some-url\n  type: webhook\n  source:\n    url: \"http://some.url\"\n```\n\n## Behavior\n\n### `out`: Issues an HTTP request\n\nIssues and HTTP request to the configured `url` with the configured params.\n\n#### Parameters\n\n* `http_method`: *Optional*. The HTTP method with which to issue the webhook request. For example: \"POST\". Defaults to \"GET.\"\n* `body`: *Optional*. The HTTP body to send in the request. For example: '{\"foo\": \"bar\"}'.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdb%2Fconcourse-webhook-resource","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdb%2Fconcourse-webhook-resource","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdb%2Fconcourse-webhook-resource/lists"}