Skip to main content
GET
/
integrations
/
external
/
chats
/
{id}
Consulta de chat
curl --request GET \
  --url https://api.wegly.com.br/integrations/external/chats/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "wa_contact_id": "<string>",
  "contact_name": "<string>",
  "contact_number": "<string>",
  "status": "OPEN",
  "chat_type": "INDIVIDUAL",
  "unread_count": 123,
  "is_manually_unread": true,
  "priority": 0,
  "archived_at": "2023-11-07T05:31:56Z",
  "assigned_agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "phone_number": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "display_number": "<string>",
    "raw_number": "<string>",
    "phone_number_id": "<string>"
  },
  "assigned_agent": {
    "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "user": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "avatar": "<string>"
    }
  },
  "last_message_at": "2023-11-07T05:31:56Z",
  "last_message": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "type": "text",
    "origin": "INBOUND",
    "from_me": true,
    "sent_via": "CONTACT",
    "status": "processing",
    "body_text": "<string>",
    "content_payload": {},
    "reactions": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "emoji": "<string>",
        "actor": "CONTACT",
        "reactor_wa_id": "<string>",
        "reactor_user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "created_at": "2023-11-07T05:31:56Z"
      }
    ],
    "meta_timestamp": "<string>",
    "is_history": true,
    "history_phase": 123,
    "history_chunk_order": 123,
    "history_progress": 123,
    "is_media_placeholder": true,
    "agent": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "user": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>",
        "avatar": "<string>"
      }
    },
    "user": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "avatar": "<string>"
    },
    "crm_marketing_lead_source": [
      {}
    ]
  },
  "crm_person": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "birth_date": "2023-12-25",
    "gender": 123,
    "notes": "<string>",
    "contacts": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "type": 123,
        "value": "<string>",
        "primary": true
      }
    ],
    "documents": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "type": 123,
        "label": "<string>",
        "value": "<string>"
      }
    ],
    "address": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "status": 123,
      "type": 123,
      "name": "<string>",
      "street": "<string>",
      "number": "<string>",
      "complement": "<string>",
      "district": "<string>",
      "city": "<string>",
      "state": "<string>",
      "postal_code": "<string>"
    }
  },
  "remote_profile_name": "<string>",
  "last_customer_msg_at": "2023-11-07T05:31:56Z",
  "session_expires_at": "2023-11-07T05:31:56Z",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "participants": [
    {
      "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "user": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>",
        "avatar": "<string>"
      }
    }
  ],
  "crm_marketing_lead_source": [
    {}
  ],
  "assignable_agents": [
    {
      "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "status": "<string>",
      "user": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>",
        "avatar": "<string>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Utilize o token de integração no header Authorization: Bearer {token}. O domínio de origem (Origin/Referer) deve respeitar allowed_domain, quando configurado na chave.

Path Parameters

id
string<uuid>
required

UUID do chat.

Response

Detalhes completos do chat.

id
string<uuid>
wa_contact_id
string
contact_name
string
contact_number
string
status
enum<string>
Available options:
OPEN,
RESOLVED,
SNOOZED
chat_type
enum<string>
Available options:
INDIVIDUAL,
GROUP
unread_count
integer
is_manually_unread
boolean
priority
enum<integer>

0 = baixa, 1 = normal, 2 = alta, 3 = urgente.

Available options:
0,
1,
2,
3
archived_at
string<date-time> | null
assigned_agent_id
string<uuid> | null
phone_number
object
assigned_agent
object
last_message_at
string<date-time> | null
last_message
object
crm_person
object
remote_profile_name
string | null
last_customer_msg_at
string<date-time> | null
session_expires_at
string<date-time> | null
created_at
string<date-time>
updated_at
string<date-time>
participants
object[]
crm_marketing_lead_source
object[] | null
assignable_agents
object[] | null