No idea why this is happening, my EventBridge rule is not triggering for Genesys Cloud conversation events. I have a minimal Python consumer listening on the queue, but nothing arrives.
Context:
Rule pattern:
{
"source": ["genesys.cloud"],
"detail-type": ["Conversation Status Change"]
}
Question:
Is the detail-type value correct? The docs are sparse. How can I inspect the actual event payload to verify the structure?