Zoom Chatbot API BOT

Build interactive bots with rich cards and buttons

Checking configuration...
Bot JID: -
Setup Instructions
1
Configure .env file
Copy .env.example to .env and fill in your Zoom app credentials
2
Expose webhook with ngrok
Run ngrok http 4000 and copy the HTTPS URL
3
Set Bot Endpoint URL
In Zoom Marketplace → Features → Team Chat Subscriptions → Bot Endpoint URL
4
Test your bot
Add the bot to your account and send it a message using your slash command
Webhook Endpoint
/webhook

Use ngrok to expose this endpoint: ngrok http 4000
Then set your Bot Endpoint URL to: https://your-ngrok-url/webhook

Test Message (Manual)

Send a test message to a JID. Get the JID from a webhook payload first.

Message Preview
Test Message
From Demo
Hello! This is a test message.
Response / Logs
Waiting for action...