Is it expected that notifications for out of office status change will send two notifications for status change? The first one states the out of office is false and then the second one is true after setting the user to out of office. When taking them off out of office, it only sends one notification.
8:21:40.680
v2.users.860b9b17-c83c-4aa3-b20f-3f44b8cf9f9a.activity
{
"id": "860b9b17-c83c-4aa3-b20f-3f44b8cf9f9a",
"routingStatus": {
"status": "OFF_QUEUE",
"startTime": "2020-02-25T16:15:57.782Z"
},
"presence": {
"presenceDefinition": {
"id": "6a3af858-942f-489d-9700-5f9bcdcdae9b",
"systemPresence": "AVAILABLE"
},
"presenceMessage": "",
"modifiedDate": "2020-02-26T13:21:43.380Z"
},
"outOfOffice": {
"active": false,
"modifiedDate": "2020-01-05T17:17:46.255Z"
},
"activeQueueIds": [
"d6fc3594-99e6-409c-a7a2-4a287c06a0b5",
"d52bb285-bfc1-46ae-94dc-8f04f4a12a71"
],
"dateActiveQueuesChanged": "2020-02-24T22:30:14.016Z"
}
8:21:40.690
v2.users.860b9b17-c83c-4aa3-b20f-3f44b8cf9f9a.activity
{
"id": "860b9b17-c83c-4aa3-b20f-3f44b8cf9f9a",
"routingStatus": {
"status": "OFF_QUEUE",
"startTime": "2020-02-25T16:15:57.782Z"
},
"presence": {
"presenceDefinition": {
"id": "6a3af858-942f-489d-9700-5f9bcdcdae9b",
"systemPresence": "AVAILABLE"
},
"presenceMessage": "",
"modifiedDate": "2020-02-26T13:21:43.380Z"
},
"outOfOffice": {
"active": true,
"modifiedDate": "2020-02-26T13:21:43.405Z"
},
"activeQueueIds": [
"d6fc3594-99e6-409c-a7a2-4a287c06a0b5",
"d52bb285-bfc1-46ae-94dc-8f04f4a12a71"
],
"dateActiveQueuesChanged": "2020-02-24T22:30:14.016Z"
}