Skip to main content
WEBHOOK
sms.received
{
  "type": "sms.received",
  "timestamp": "2025-09-03T00:00:00Z",
  "data": {
    "id": "0140a8c6-3815-45b7-9e60-8e137cad845c",
    "virtualPhoneAccountId": "0140a8c6-3815-45b7-9e60-8e137cad845c",
    "receivedAt": "2025-09-03T00:00:00Z",
    "originPhoneNumber": "23456",
    "destinationPhoneNumber": "+5511987654321",
    "message": "Seu codigo de verificação e 123456",
    "detections": {
      "whatsapp": {
        "verificationCode": "123456"
      },
      "google": {
        "verificationCode": "123456"
      },
      "tiktok": {
        "verificationCode": "123456"
      },
      "shopee": {
        "verificationCode": "123456"
      },
      "amazon": {
        "verificationCode": "123456"
      },
      "facebook": {
        "verificationCode": "123456"
      },
      "nubank": {
        "verificationCode": "123456"
      },
      "microsoft": {
        "verificationCode": "123456"
      },
      "instagram": {
        "verificationCode": "123456"
      },
      "hotmart": {
        "verificationCode": "123456"
      },
      "discord": {
        "verificationCode": "123456"
      },
      "godaddy": {
        "verificationCode": "123456"
      },
      "twilio": {
        "verificationCode": "123456"
      },
      "youtube": {
        "verificationCode": "123456"
      },
      "claude": {
        "verificationCode": "123456"
      },
      "samsung": {
        "verificationCode": "123456"
      },
      "c6": {
        "verificationCode": "123456"
      },
      "ifood": {
        "verificationCode": "123456"
      },
      "paypal": {
        "verificationCode": "123456"
      },
      "autodesk": {
        "verificationCode": "123456"
      },
      "globo": {
        "verificationCode": "123456"
      },
      "apple": {
        "verificationCode": "123456"
      },
      "asaas": {
        "verificationCode": "123456"
      },
      "mercado-livre": {
        "verificationCode": "123456"
      },
      "wechat": {
        "verificationCode": "123456"
      },
      "alipay": {
        "verificationCode": "123456"
      },
      "airbnb": {
        "verificationCode": "123456"
      },
      "snapchat": {
        "verificationCode": "123456"
      },
      "hostgator": {
        "verificationCode": "123456"
      },
      "messages": {
        "verificationCode": "123456"
      },
      "sendpulse": {
        "verificationCode": "123456"
      },
      "kwai": {
        "verificationCode": "123456"
      },
      "salvy": {
        "verificationCode": "123456"
      },
      "santander": {
        "verificationCode": "123456"
      },
      "itau": {
        "verificationCode": "123456"
      },
      "temu": {
        "verificationCode": "123456"
      },
      "mercado-pago": {
        "verificationCode": "123456"
      },
      "indeed": {
        "verificationCode": "123456"
      },
      "zoom": {
        "verificationCode": "123456"
      },
      "x": {
        "verificationCode": "123456"
      },
      "hostinger": {
        "verificationCode": "123456"
      }
    }
  }
}
Para utilizar nossas APIs e Webhooks de linhas virtuais, é necessário aderir ao nosso manual de branding
Este evento é emitido para qualquer SMS recebido pelo número virtual, mesmo que não contenha um código de verificação. Fique atento, pois os números estão sujeitos a receber mensagens de spam.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
type
string
required

Nome do evento

Allowed value: "sms.received"
Example:

"sms.received"

timestamp
string
required

Data e hora da emissão do evento

Example:

"2025-09-03T00:00:00Z"

data
object
required

Conteúdo do evento

Response

200 - application/json