Skip to content

Instantly share code, notes, and snippets.

@daveRanjan
Created July 21, 2020 06:44
Show Gist options
  • Save daveRanjan/34c75a4b21c95441593e66f0cc47a8b6 to your computer and use it in GitHub Desktop.
Save daveRanjan/34c75a4b21c95441593e66f0cc47a8b6 to your computer and use it in GitHub Desktop.
Event Structure with 5Ws
{
"eventSource":"IVR", #Who
"eventVersion":"1",
"eventSourceId":"23-5-54" #Where
"eventAt":"2020-7-7 12:54:00", #When
"eventType":"InteractionStart/InteractionEnd", #Why
"eventId":"95a496e8-5c46-4c88-af15-c38778283430",
"eventFlowId":"42512ff9-3cdd-8df6-3925-ba8fcebe8796",
"eventSequece":"3",
"eventData": { #What
finalize: true/false,
flowId: "42512ff9-3cdd-8df6-3925-ba8fcebe8796",
nextSource: {
"name":"Queue",
"id":"1_2_56"
}
},
"eventContext":{
"callCenterId": 35,
"callCenterName": "bhoopi", #What
"account":"2"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment