ChatRegistrar leitura de uma conversa

Registrar leitura de uma conversa

Este endpoint permite que o seller marque uma mensagem como lida.

Escopo requerido

ValorDescrição
conversations-seller:writePermite a utilização das APIs de escrita.

Parâmetros da URL

CampoTipoDescriçãoObrigatório
conversation_idStringIdentificador da conversaSim

Chamada:

curl -X 'POST' \
  'https://apps.eupreciso.com.br/v1.0/chat/conversations/{conversation_id}/read_by' \
  -H 'accept: application/json' \
  -H 'Authorization: Bearer <access_token>' \
  -H 'Content-Type: application/json' \

Resposta:

{
  "id": "6628da4c11696b6967daf96c",
  "display_name": "Conversation Name",
  "from_user": {
    "id": "6628d7a3c01daebde56f5598",
    "full_name": "Daniel B. G.",
    "type": "CUSTOMER"
  },
  "to_user": {
    "id": "6628d7a3c01daebde56f5599",
    "full_name": "Loja A",
    "type": "SELLER"
  },
  "unread_from_count": 6,
  "unread_to_count": 0,
  "last_interaction_at": "2024-11-01T14:09:51.600Z",
  "status": "OPENED",
  "last_message": {
    "id": "6628da6211696b6967daf96f",
    "from_user": {
      "full_name": "Daniel",
      "type": "CUSTOMER"
    },
    "content": "Hello world",
    "when_at": "2024-11-01T13:36:15.935Z"
  },
  "is_new_to": false,
  "tags": [
    {
      "name": "productId",
      "value": "653576e93d455df0c8ff5010"
    },
    {
      "name": "productTitle",
      "value": "Guarda Roupa Casal Grande 6 Portas 4 Gavetas Branco Top"
    },
    {
      "name": "productImage",
      "value": "https://www.eupreciso.com.br/images/653576e93d455df0c8ff5010.jpg"
    },
    {
      "name": "productUrl",
      "value": "https://www.eupreciso.com.br/santa-catarina/norte-de-santa-catarina/para-sua-casa/guarda-roupa-casal-grande-6-portas-4-gavetas-branco-top-653576e93d455df0c8ff5010"
    }
  ],
  "created_at": "2024-10-24T11:48:02.312Z",
  "updated_at": "2024-11-01T12:27:10.353Z"
}