This project is no longer maintained, and has been replaced with https://github.com/Courtsite/shortcut-to-teams
📝 A simple Google Cloud Function in Go to transform / proxy Clubhouse (Project Management) webhooks to Discord.
This project is still under development, and it does not handle many cases. It has been tested with the Go 1.13 runtime.
- Ensure you have
gcloudinstalled:- MacOS:
brew cask install google-cloud-sdk - Others: https://cloud.google.com/sdk/gcloud
- MacOS:
- Ensure you have authenticated with Google Cloud:
gcloud init - (Optional) Set your current working project:
gcloud config set project <project>
- Clone / download a copy of this repository
- Copy
.env.sample.yamlto.env.yaml, and modify the environment variables declared in the file - Run
./deploy.sh - Configure Clubhouse webhooks integration in
https://app.clubhouse.io/<workspace>/settings/integrations/outgoing-webhook


