Does anyone know the correct key path to extract participant data from the v2.analytics.conversation.aggregate webhook payload? The structure is deeply nested and inconsistent with the standard REST API response.
My Celery worker fails to index the participants array because it’s buried under data.aggregates[0].rows. Need the exact JSON path.