{"id":17005880,"url":"https://github.com/devatherock/slack-webhook-facade","last_synced_at":"2026-05-17T15:06:40.813Z","repository":{"id":54771874,"uuid":"272336162","full_name":"devatherock/slack-webhook-facade","owner":"devatherock","description":"A Slack webhook facade to post messages to other chat clients like Zulip","archived":false,"fork":false,"pushed_at":"2023-07-09T12:16:00.000Z","size":42,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T15:52:35.305Z","etag":null,"topics":["facade","slack","slack-webhook-facade","webhook","zulip"],"latest_commit_sha":null,"homepage":"","language":"Go","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/devatherock.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-06-15T03:47:59.000Z","updated_at":"2022-11-06T20:30:46.000Z","dependencies_parsed_at":"2024-06-20T21:51:35.014Z","dependency_job_id":"d572fb48-8d08-426c-9e01-89e4fef8eea3","html_url":"https://github.com/devatherock/slack-webhook-facade","commit_stats":{"total_commits":14,"total_committers":3,"mean_commits":4.666666666666667,"dds":0.1428571428571429,"last_synced_commit":"8707b6b3e14950f0bb07a97cbf9b8db3366a9bdd"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/devatherock/slack-webhook-facade","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devatherock%2Fslack-webhook-facade","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devatherock%2Fslack-webhook-facade/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devatherock%2Fslack-webhook-facade/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devatherock%2Fslack-webhook-facade/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devatherock","download_url":"https://codeload.github.com/devatherock/slack-webhook-facade/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devatherock%2Fslack-webhook-facade/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33143276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"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":["facade","slack","slack-webhook-facade","webhook","zulip"],"created_at":"2024-10-14T05:04:24.206Z","updated_at":"2026-05-17T15:06:40.569Z","avatar_url":"https://github.com/devatherock.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CircleCI](https://circleci.com/gh/devatherock/slack-webhook-facade.svg?style=svg)](https://circleci.com/gh/devatherock/slack-webhook-facade)\n[![Version](https://img.shields.io/docker/v/devatherock/slack-webhook-facade?sort=semver)](https://hub.docker.com/r/devatherock/slack-webhook-facade/)\n[![Coverage Status](https://coveralls.io/repos/github/devatherock/slack-webhook-facade/badge.svg?branch=master)](https://coveralls.io/github/devatherock/slack-webhook-facade?branch=master)\n[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=slack-webhook-facade\u0026metric=alert_status)](https://sonarcloud.io/component_measures?id=slack-webhook-facade\u0026metric=alert_status\u0026view=list)\n[![Docker Pulls](https://img.shields.io/docker/pulls/devatherock/slack-webhook-facade.svg)](https://hub.docker.com/r/devatherock/slack-webhook-facade/)\n[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=slack-webhook-facade\u0026metric=ncloc)](https://sonarcloud.io/component_measures?id=slack-webhook-facade\u0026metric=ncloc)\n[![Docker Image Size](https://img.shields.io/docker/image-size/devatherock/slack-webhook-facade.svg?sort=date)](https://hub.docker.com/r/devatherock/slack-webhook-facade/)\n# slack-webhook-facade\nA Slack webhook facade to post messages to other chat clients like [Zulip](https://zulipchat.com/)\n\n## Usage\n### Zulip\nTo post a slack webhook message to zulip, use the slack webhook URL in the below format:\n\n```\n{slackWebhookFacadeHost}/zulip/{base64(username:zulipApiKey)}?server={zulipHost}\n```\n\n#### Sample URL\n```\nhttps://slack-webhook-facade.onrender.com/zulip/Y2ktYm90QHp1bGlwY2hhdC5jb206eHl6?server=https://devatherock-chat.zulipchat.com\n```\n\n#### Sample slack payload to post to the facade\n```json\n{\n  \"text\": \"https://circleci.com/gh/devatherock/git-sync/66 by devatherock\",\n  \"channel\": \"general\",\n  \"attachments\": [\n    {\n      \"title\": \"Build completed\",\n      \"text\": \"https://circleci.com/gh/devatherock/git-sync/66 by devatherock\",\n      \"color\": \"#764FA5\"\n    }\n  ]\n}\n```\n\n#### Parameters\n**Path parameters**\n- **slackWebhookFacadeHost** - Host name of your `slack-webhook-facade` instance\n- **base64(username:zulipApiKey)** - Base64 encoded value of the Zulip bot integration's username and API key, joined\ntogether by a colon. Will be used as the `Basic` authorization header in the call to Zulip API. If the username is\n`ci-bot@zulipchat.com` and the API key is `xyz`, the path variable will be what is in the sample URL\n\n**Query parameters**\n- **zulipHost** - Host name of your Zulip instance\n\n**Payload parameters**\n- **channel** - The Zulip `stream` to post the message to\n- **title** - The `topic` name in Zulip\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevatherock%2Fslack-webhook-facade","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevatherock%2Fslack-webhook-facade","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevatherock%2Fslack-webhook-facade/lists"}