JavaScript
import { CoperaAI } from '@copera.ai/sdk'; const copera = CoperaAI({ apiKey: 'your-api-key-here' }); await copera.channel.sendMessage({ channelId: 'channel_id_here', message: 'Hello from Copera.ai SDK!', name: 'Bot Name' // optional });
{ "error": "<string>", "code": "<string>" }
Send a text-based message to a chat channel
name
Bearer token
24
1 - 10000
Default Response
Was this page helpful?