Data Action not returning event URLs in Pre-Login messenger BOT

Hi all,

We are using this API - https://developer.genesys.cloud/platform/preview-apis#get-api-v2-journey-sessions--sessionId--events in our Data Actions to get session URLs.

This API was working fine until the first week of April 2024, but now the events are not getting passed in prelogin and we get a null response:

{
  "eventName": [
    null
  ],
  "urlKey": [
    null
  ],
  "urlValue": [
    null
  ]
}

When we reached out to Genesys they mentioned this is because of the preview API we are using, and it needs to be changed to a newer one - https://developer.genesys.cloud/devapps/api-explorer#get-api-v2-journey-sessions--sessionId-

Please can anyone let me know which is the correct API I can use to get events from the session ID.

Thanks in advance,
Advik Maniar

Hi,
As far as I can tell this doesn't have anything to do with Data Actions, but the API that you are trying to call, so I can't give you any direct help.

Suggestions:
See if the API you are trying to use is discussed in the announcements room. I would expect further changes to the API would be talked about there.
You could also try the "Platform API" room, as a general place to discuss APIs.
Finally, there is also a "beta" room that has various topics in it. It is possible that this API work is discussed somewhere in there.

--Jason