Overview
Message essentials contain basic message functionalities, such as sending or viewing a message, and forms the operational basis for advanced message features and other functionalities in the Chat API.
Actions
The following table shows a list of actions supported for message essentials. API endpoints are relative to the base URL allocated to your Sendbird application. In this page, the /{channel_type}/{channel_url}/messages endpoint refers to https://api-{application_id}.sendbird.com/v3/{channel_type}/{channel_url}/messages.
Note: If you want to know the ID and base URL of your application, sign in to the Sendbird Dashboard, go to the Settings > Application > General, and then check the Application ID and API request URL.
Note: If you are using the in-app channel in Delight AI agent, the endpoint for your API request should start with
https://api-{application_id}.svc.delight.ai/v3instead ofhttps://api-{application_id}.sendbird.com/v3. For more details, refer to our Delight AI agent guide.
- It's recommended that the parameter values in API URLs be urlencoded, such as
{user_id}and{channel_url}.
List of actions
| Action | HTTP request |
|---|---|
| |
| |
| |
| |
| |
| |
| |
| |
|
In the case of an error, an error object is returned. A detailed list of error codes is available here.