Saltar al contenido principal

ContactDetail

idstring
phonestringnullable

E.164 sin el +.

Example: 5541987111527
countrystringnullable
Example: BR
waIdstringnullable
bsuidstringnullable
usernamestringnullable
profileNamestringnullable
firstNamestringnullable
lastNamestringnullable
namestringnullable

Nombre y apellido, o el nombre del perfil de WhatsApp cuando no hay nombre.

emailstringnullable
localestringnullable
timezonestringnullable
attributes object

Valores de los campos personalizados, por la key del campo.

property name*any

Valores de los campos personalizados, por la key del campo.

sourcestring

Possible values: [manual, import, api, inbound, flow]

optInStatusstring

Possible values: [opted_in, opted_out, unknown]

optInAtstring<date-time>nullable
optInSourcestringnullable

Possible values: [import, api, form, keyword, flow, manual]

optInEvidencestringnullable
optOutAtstring<date-time>nullable
optOutSourcestringnullable

Possible values: [keyword, button, meta_131050, manual, api, flow]

optOutReasonstringnullable
tags object[]
  • Array [
  • idstring
    namestring
    colorstringnullable
  • ]
  • lastInboundAtstring<date-time>nullable
    lastOutboundAtstring<date-time>nullable
    lastCampaignAtstring<date-time>nullable
    createdAtstring<date-time>
    updatedAtstring<date-time>
    suppressions object[]
  • Array [
  • idstring
    reasonstring
    createdAtstring<date-time>
  • ]
  • ContactDetail
    {
    "id": "string",
    "phone": "5541987111527",
    "country": "BR",
    "waId": "string",
    "bsuid": "string",
    "username": "string",
    "profileName": "string",
    "firstName": "string",
    "lastName": "string",
    "name": "string",
    "email": "string",
    "locale": "string",
    "timezone": "string",
    "attributes": {},
    "source": "manual",
    "optInStatus": "opted_in",
    "optInAt": "2024-07-29T15:51:28.071Z",
    "optInSource": "import",
    "optInEvidence": "string",
    "optOutAt": "2024-07-29T15:51:28.071Z",
    "optOutSource": "keyword",
    "optOutReason": "string",
    "tags": [
    {
    "id": "string",
    "name": "string",
    "color": "string"
    }
    ],
    "lastInboundAt": "2024-07-29T15:51:28.071Z",
    "lastOutboundAt": "2024-07-29T15:51:28.071Z",
    "lastCampaignAt": "2024-07-29T15:51:28.071Z",
    "createdAt": "2024-07-29T15:51:28.071Z",
    "updatedAt": "2024-07-29T15:51:28.071Z",
    "suppressions": [
    {
    "id": "string",
    "reason": "string",
    "createdAt": "2024-07-29T15:51:28.071Z"
    }
    ]
    }