Hi all
We're using a Webex Connect Flow with a Custom Event Node:
https://developers.webexconnect.io/reference/external-event
After sending a request to the Custom Event, a new Task is created in the Webex Connect Flow Designer. This works well with a single event in the request payload.
However if we send multiple events in the request body
- the response looks returns two different transIds for each event, by adding a suffix to the uuid (xy_0, xy_1, etc.)
- In the webex connect flow, on WxCC integration Node "Create Task", an error is returned and the Task cannot be created
See attached the response in postman with the returned UUIDs and the errors in Webex Connect Flow
Is this a known issue? Can we overcome this somehow?
Thanks
Elias