I've just written a newsletter post sharing a tool I created to notify people on Slack when an Architect Flow is published:
https://makingchatbots.com/p/slack-alerts-for-genesys-cloud-flow
The solution relies on AWS EventBridge Integration and the `v2.flow.{id}` topic. It's thanks to these that it's such a simple setup.
There are three stages:
-
Amazon EventBridge Integration used to trigger a Lambda when flows in Genesys Cloud are updated
-
Triggered Lambda uses details in the event to create a Slack message
-
Lambda calls Slack Webhook URL to send the message
The diagram below shows the architecture:
In the article I share the code to be able to set it up yourself. Hopefully someone finds it useful?
#Architect
#CXasCode
#Integrations
#PlatformAPI
------------------------------
Lucas Woodward
OVO Energy Ltd
https://www.linkedin.com/in/lucas-woodward-the-dev
------------------------------