Adding onto what Cameron said, what do you see when you run a Test of the Data Action from its settings in Genesys Cloud?
------------------------------
George Ganahl GCP, GCSME, ICCE, ICHD, etc.
Technical Adoption Champion
Genesys
------------------------------
Original Message:
Sent: 01-30-2025 09:08
From: Cameron Tomlin
Subject: How to triger Power Apps
Hello Robert,
I would also add this into the dev forums as well to cover all the bases. But generally if no data is being passed it usually indicates either 2 things 1. We have a garbage in, garbage out scenario or 2. There is some sort of error with the request.
The dev forums can help you with the first 1 as they would have more knowledge on the requests. But do you see any errors in the logs that might stop the request?
Cheers,
------------------------------
Cameron
Online Community Manager/Moderator
Original Message:
Sent: 01-30-2025 07:27
From: Robert Klusek
Subject: How to triger Power Apps
Hi
I'm looking for a working Data Action configuration (Web Services Data Actions) to trigger the Power Automate instant cloud flow when receiving an HTTP request.
When I built it and tested it, I received and requested data in MS PA, but the data were not passed from Genesys to PA.
Genesys HTTP POST configuration :
{
"type": "object",
"properties": {
"eventType": {
"type": "string"
},
"data": {
"type": "string"
}
}
}
PA configuration request Body JSON Schema from genesys send the request.:
{
"type": "object",
"properties": {
"integration": {
"type": "string"
},
"rawRequest": {
"type": "string"
},
"eventType": {
"type": "string"
},
"data": {
"type": "string"
},
"orgId": {
"type": "string"
}
}
When I checked PA logs no data is populated from the request?
#API/Integrations
------------------------------
Robert Klusek
na
------------------------------