A service to handle API integrations for our tooling.
- Copy
.env.sample
to.env
- Update
.env
values with API URLs and secrets - Run
go get
to download dependencies - Setup ngrok to tunnel to your local environment
- Create webhooks in ClickUp using their API
- Copy the webhook secret to the
.env
files - Run
go run .
to start the server - Remove the created webhook when finished
Middle Manager automates information updates between ClickUp and Clubhouse.
When a ClickUp task is moved to the status Ready For Development an Epic will be created in Clubhouse.
When an Epic is marked as "Done" in Clubhouse the corresponding Task in ClickUp will be moved to the "Acceptance" column.