Need some help troubleshooting an EventBridge rule that fails to match conversation events.
- Created rule with pattern below.
- Verified events arrive in console.
- Rule never triggers.
{
"source": ["genesys.conversations"],
"detail-type": ["ConversationEvent"],
"detail": {"type": ["state-change"]}
}
Is the JSON path correct for v2 API events? The detail structure seems inconsistent with docs.