{"id":21401628,"url":"https://github.com/stardogventures/clubhouse-slack-lambda","last_synced_at":"2026-05-10T05:42:41.879Z","repository":{"id":66940376,"uuid":"198319953","full_name":"stardogventures/clubhouse-slack-lambda","owner":"stardogventures","description":"AWS Lambda function to process Clubhouse webhooks and send messages to Slack when stories are complete","archived":false,"fork":false,"pushed_at":"2022-12-04T04:15:36.000Z","size":16,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T03:15:31.568Z","etag":null,"topics":["aws","aws-lambda","clubhouse","slack"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stardogventures.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":"2019-07-23T00:12:17.000Z","updated_at":"2020-02-20T07:54:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"d751a42e-730d-4032-9184-272804ca047d","html_url":"https://github.com/stardogventures/clubhouse-slack-lambda","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stardogventures%2Fclubhouse-slack-lambda","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stardogventures%2Fclubhouse-slack-lambda/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stardogventures%2Fclubhouse-slack-lambda/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stardogventures%2Fclubhouse-slack-lambda/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stardogventures","download_url":"https://codeload.github.com/stardogventures/clubhouse-slack-lambda/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243893901,"owners_count":20364919,"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":["aws","aws-lambda","clubhouse","slack"],"created_at":"2024-11-22T15:28:42.473Z","updated_at":"2026-05-10T05:42:41.840Z","avatar_url":"https://github.com/stardogventures.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clubhouse-slack-lambda\n\nThe Clubhouse Slack integration sends messages to Slack when stories are opened, but doesn't send a notification when stories are complete. Here's a quick way to hook that together that using AWS Lambda!\n\nSuggestions, pull requests, comments, etc all welcome.\n\n## Installation\n\n1. Install a Slack Incoming Webhook app: http://slack.com/apps/A0F7XDUAZ-incoming-webhooks and note down the Webhook URL\n2. From Clubhouse, create an API Token from Settings -\u003e API Tokens\n3. Create an AWS Lambda function named `clubhouse-webhook`\n   - Set the following environment variables for the Lambda:\n     - `SLACK_WEBHOOK_URL` - the Webhook URL from Slack\n     - `SLACK_CHANNEL` - name of the Slack channel to post to\n     - `CLUBHOUSE_API_TOKEN` - the Clubhouse API token\n4. Push the code, including npm dependencies, to Lambda by running the following:\n\n```\ncd clubhouse-webhook; yarn install; zip -r ../clubhouse-webhook.zip .; cd ..\naws lambda update-function-code --function-name clubhouse-webhook --zip-file fileb://clubhouse-webhook.zip\nrm clubhouse-webhook.zip\n```\n\n5. Create an AWS API Gateway POST endpoint that calls the Lambda function\n6. From Clubhouse, create a Webhook from Integrations -\u003e Webhooks and set the endpoint to the API Gateway URL\n7. Move some stories to Completed, and watch the magic happen!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstardogventures%2Fclubhouse-slack-lambda","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstardogventures%2Fclubhouse-slack-lambda","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstardogventures%2Fclubhouse-slack-lambda/lists"}