Integration with Workspace-Hub
Integration with Workspace-Hub
These skills enable team communication automation:
workspace-hub/
├── scripts/
│ ├── notify-deploy.sh # Uses: slack-api, teams-api
│ ├── schedule-review.sh # Uses: calendly-api
│ └── retro-board.sh # Uses: miro-api
├── automation/
│ ├── slack-bot/ # Uses: slack-api
│ ├── teams-connector/ # Uses: teams-api
│ └── webhooks/
│ ├── slack-handler.sh
│ └── calendly-handler.sh
└── config/
└── communication.conf # API tokens and endpoints