Setting the file. One moment. Slash Commands · Build Zoom Team Chat App · anthropics/knowledge-work-plugins · Skills Docs
Slash commands are configured on the Marketplace app and trigger webhook events.
22
Validate Data
Tech Debt
62
Recruiting Pipeline
71
Vendor Check
125
Zoom Meeting SDK Web
88
Vendor Review
181
Create An Asset
Video Sdk/web
- Configure
/yourcommand in the Chatbot feature settings.
- User runs the command in Team Chat.
- Your webhook receives
bot_notification (or equivalent) with the command text.
- Parse args and respond with a message card.
- Commands are account-scoped; make sure you’re testing in the right account.
- Don’t rely on client-side parsing; parse on your server.
examples/slash-commands.md