Author Topic: GMS Notification Service  (Read 1811 times)

Offline pppsantos

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
GMS Notification Service
« on: December 06, 2018, 09:52:39 PM »
Hello,

I'm trying to enable Custom Http notification for chat interactions on gms.
To configure the Custom Http notification, following the docs at: https://docs.genesys.com/Documentation/GMS/8.5.2/API/PushNotificationService#CustomHTTP i need to edit the push options in gms, my section push contains the following configurations:

[push]
customhttp.url=http://my-api-ip:my-api-port/api/notifications
defaultSubscriptionExpiration=300
pushEnabled=comet,customhttp

My chat server options have the flex-push-enabled set to true, and my chat and digital channel at gms have the option enable-notification_mode set to true.

After creating a chat interaction by gms endpoint http://<gms-ip>:<gms-port>/genesys/2/chat/<digital-channel>, i receive the chat interaction at WDE, but gms don't push any notification to my api (user joined, message, etc).

Looking the gms and chat server logs, nothing related to the notifications appears.

Do i need to configure something else?

Chat Server version: 8.5.301
Gms version: 8.5.200