API Reference

Esta mensagem é enviada quando ocorre alguma atualização na ligação, como definição de anotações e output.

{
  "event": "CALL.UPDATED",
  "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",
    "note": "Anotações da ligação",
    "output": "NO_CONTACT"
  }
}