01 / BOT API
Bot API
Send and receive messages, manage commands, and receive updates by webhook or polling.
- Webhook / getUpdates
- Node.js / Java SDK
- Delivery logs and retries
Yevlen · Open Platform
Connect bots with one account and API. Configure in the console and integrate through our SDKs.
const bot = new StarIMBot({
token: process.env.BOT_TOKEN,
baseUrl: process.env.API_BASE,
})
await bot.sendMessage({
chat_id: recipientId,
text: 'Order confirmed',
})Keep the Bot Token on your server.
Capabilities
Choose only what your product needs. Credentials, configuration, and runtime status stay together in the developer console.
01 / BOT API
Send and receive messages, manage commands, and receive updates by webhook or polling.
Integration flow
Sign in with an IM account and create a bot or open application for your use case.
Use sbot_ for messaging and sop_ for vouchers. Keep credentials on a trusted server.
Choose webhooks or getUpdates to receive message events.
Use delivery logs and API responses to troubleshoot before live traffic.
Start building
Apply for a bot after signing in. Once approved, use the Bot Token to start integrating messaging.