No worries. I haven't had to do this myself yet, but the trigger event mentioned is what I would look at.
Other potentially option is a workflow which have the feature for email notifications built in.
Workflows have a send notification action, which can be used anywhere in the flow, data action failure/timeout paths etc.
And easy enough to create an event which triggers a workflow.
Might not work for every scenario you have, but worth a look.
------------------------------
Anton Vroon
------------------------------
Original Message:
Sent: 02-29-2024 22:01
From: Vincent Sabolboro
Subject: Participant Data & API Integration Logs Monitoring
Thank you @Anton Vroon
A min or two delay would still work, we are looking at sending an email notification if error is encountered during execution of the API.
------------------------------
Vincent Sabolboro
ATB Financial
------------------------------
Original Message:
Sent: 02-29-2024 17:44
From: Anton Vroon
Subject: Participant Data & API Integration Logs Monitoring
Hi Vincent,
One option might be to use the v2.detail.events.conversation.{id}.attributes event topic
https://developer.genesys.cloud/notificationsalerts/notifications/available-topics#v2-detail-events-conversation--id--attributes
Thing to remember though depending on the flow type etc, the participant data isn't available live, inflow queue for example, the participant data is only available when the flow ends.
But otherwise the above topic should trigger whenever the attributes update, and provide you the attributes in the result.
------------------------------
Anton Vroon