ChatNotificationsApi
All URIs are relative to https://business.apis.kesk.app/v1
| Method | HTTP request | Description |
|---|---|---|
| sendChatNotification | POST /chat/notification/send | Send chat message push notification |
sendChatNotification
MessageResponse sendChatNotification(ChatNotificationRequest)
Send chat message push notification
Delivers a real-time push notification to inform a user about a new chat message. This endpoint resolves peer information based on the recipient’s role, formats the notification topic, and sends an FCM notification with the provided title and body.
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| ChatNotificationRequest | ChatNotificationRequest | Chat notification request containing peer info, topic, and message content |
Return type
Authorization
HTTP request headers
- Content-Type: application/json; charset=utf-8
- Accept: application/json; charset=utf-8