Skip to Content

ChatNotificationsApi

All URIs are relative to https://business.apis.kesk.app/v1 

MethodHTTP requestDescription
sendChatNotificationPOST /chat/notification/sendSend 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

NameTypeDescriptionNotes
ChatNotificationRequestChatNotificationRequestChat notification request containing peer info, topic, and message content

Return type

MessageResponse

Authorization

JwtAuthScheme

HTTP request headers

  • Content-Type: application/json; charset=utf-8
  • Accept: application/json; charset=utf-8