I see Genesys is deprecating the Bridge Platform. Then what is another way to connect to the database in order to consume the DB data in Architect? We are using PostgreSQL.
It's worth pointing out that the Bridge never connected directly to a SQL database for the purposes of data dips within Architect; it relied on the introduction of a piece of middleware in order to handle the communication with the SQL DB.
With that preface set, you can perform a similar process using Data Actions. There is a workflow described here: https://help.mypurecloud.com/articles/workflow-for-data-actions-with-on-premises-solutions/ that generally accomplishes this task. Note the workflow described is generally assuming that it will reuse the middleware that was introduced with the bridge connector, making it as minimally disruptive to the existing architecture as possible. The middleware's connectivity logic could easily be rolled into the lambda that is described, and the lambda connecting directly to the SQL DB.
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.