Zoom Chatbot & API Integrations
Zoom Team Chat bot wired into internal APIs so staff pull operational stats on demand — extended to validate suspicious-login IPs and auto-post confirmed results to the right channel.
Security alerts triaged automatically
Project details
Operational data lived in systems people had to log into, so nobody looked at it between incidents. Chat is where the team already is, so I put the data there: a Zoom Team Chat bot backed by our internal APIs, answering on demand. It then became the natural surface for security triage — when a suspicious sign-in fires, the bot does the lookup a human would have done and posts the verdict.
- Zoom Team Chat bot with slash commands, running through a Zoom OAuth app against internal service APIs.
- On-demand operational stats — no console login, no context switch.
- Suspicious sign-in IPs validated against reputation and geolocation sources automatically.
- Confirmed results posted to the owning channel with the detail needed to escalate or dismiss.
Stack
- Zoom Team Chat API
- Zoom OAuth
- Webhooks
- n8n
- REST APIs