Saltar al contenido principal

Conversation

idstring
phoneNumberIdstring
statusstring

Possible values: [open, pending, closed, snoozed]

assignedUserIdstringnullable
assignee objectnullable
idstring
namestring
snoozedUntilstring<date-time>nullable
lastMessageAtstring<date-time>nullable
lastMessagePreviewstringnullable
lastInboundAtstring<date-time>nullable
windowExpiresAtstring<date-time>nullable

Hasta cuándo se puede responder texto libre: 24 horas después del último mensaje del cliente (72 horas en conversaciones que vienen de un anuncio).

windowOpenboolean
unreadCountinteger
awaitingSincestring<date-time>nullable

Desde cuándo el cliente espera respuesta del equipo.

automationPausedUntilstring<date-time>nullable
firstResponseAtstring<date-time>nullable
closedAtstring<date-time>nullable
contact object
idstring
namestringnullable
phonestringnullable
bsuidstringnullable
usernamestringnullable
profileNamestringnullable
optInStatusstring

Possible values: [opted_in, opted_out, unknown]

tags object[]
  • Array [
  • idstring
    namestring
    colorstringnullable
  • ]
  • Conversation
    {
    "id": "string",
    "phoneNumberId": "string",
    "status": "open",
    "assignedUserId": "string",
    "assignee": {
    "id": "string",
    "name": "string"
    },
    "snoozedUntil": "2024-07-29T15:51:28.071Z",
    "lastMessageAt": "2024-07-29T15:51:28.071Z",
    "lastMessagePreview": "string",
    "lastInboundAt": "2024-07-29T15:51:28.071Z",
    "windowExpiresAt": "2024-07-29T15:51:28.071Z",
    "windowOpen": true,
    "unreadCount": 0,
    "awaitingSince": "2024-07-29T15:51:28.071Z",
    "automationPausedUntil": "2024-07-29T15:51:28.071Z",
    "firstResponseAt": "2024-07-29T15:51:28.071Z",
    "closedAt": "2024-07-29T15:51:28.071Z",
    "contact": {
    "id": "string",
    "name": "string",
    "phone": "string",
    "bsuid": "string",
    "username": "string",
    "profileName": "string",
    "optInStatus": "opted_in",
    "tags": [
    {
    "id": "string",
    "name": "string",
    "color": "string"
    }
    ]
    }
    }