ContactDetail
idstring
phonestringnullable
E.164 sem o +.
Example:
5541987111527countrystringnullable
Example:
BRwaIdstringnullable
bsuidstringnullable
usernamestringnullable
profileNamestringnullable
firstNamestringnullable
lastNamestringnullable
namestringnullable
Nome e sobrenome, ou o nome do perfil do WhatsApp quando não há nome.
emailstringnullable
localestringnullable
timezonestringnullable
attributes object
Valores dos campos personalizados, pela key do campo.
property name*any
Valores dos campos personalizados, pela key do 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"
}
]
}