SendbirdSendbird Chat Platform server-side API v3
POST/v3/bots/{bot_userid}/send
Send a bot message
Sends a message to a group channel on behalf of the bot identified by bot_userid; the bot must have joined the target channel.
Manage users, group channels, open channels, messages, metadata, moderation, bots, and announcements through the official Sendbird Chat Platform API v3. The complete boundary is the 83 REST endpoints reconstructed from a pinned official generated SDK revision; client realtime protocols and Chat SDKs are not part of this collection. Application data is the caller's private content, so Pontx does not proxy, cache, or aggregate it and callers use the local SDK/CLI directly.
Request
- operationId
sendABotMessage- Server
https://api-{app_id}.sendbird.com- Authentication
- apiTokenAuth
Request parameters
bot_userid
pathstringrequired
Bot user ID.
user_id_123
Request body
Properties: apns_bundle_idapple_critical_alert_optionschannel_urlcreated_atcustom_typedatadedup_idextended_message_payloadfileis_silentmark_as_readmention_typementionedmentioned_user_idsmessagemessage_typerequire_authsend_pushsorted_metaarraysoundvolume
Responses
200
SendABotMessageResponseapplication/json
Request succeeded.
Properties: message
400
SendbirdApiErrorapplication/json
Request parameters are invalid.
Properties: codemessage
401
SendbirdApiErrorapplication/json
Unauthenticated or the API token is invalid.
Properties: codemessage
403
SendbirdApiErrorapplication/json
Access to the resource is forbidden.
Properties: codemessage
404
SendbirdApiErrorapplication/json
The requested resource was not found.
Properties: codemessage
429
SendbirdApiErrorapplication/json
Rate limited; retry later.
Properties: codemessage
500
SendbirdApiErrorapplication/json
Upstream internal error.
Properties: codemessage
{}