O evento é disparado quando uma ligação é finalizada. Nessa mensagem é enviado a duração e valor da ligação.

{
  "event": "CALL.FINISHED",
  "call": {
    "id": 1,
    "user": {
      "id": 1,
      "name": "Nome do vendedor"
    },
    "originPhone": "+5511999999999",
    "receiverPhone": "+5548999999999",
    "duration": 10,
    "status": "CONNECTED",
    "callType": "VOIP",
    "category": {
      "id": 1,
      "name": "Ligação",
      "source": "RELATIONSHIP"
    },
    "team": {
      "id": 1,
      "name": "Nome do time"
    },
    "originStatus": "ANSWERED",
    "receiverStatus": "ANSWERED",
    "originType": "EXTENSION",
    "receiverType": "MOBILE",
    "originStarted": "2019-06-03T14:40:36.000Z",
    "originPrice": 0,
    "receiverPrice": 0.175,
    "receiverStarted": "2019-06-03T14:40:51.000Z"
  }
}