New Contact Message

{
  "eventType": "newContactMessageReceived",
  "id": "634930ab82538bf0845a116a",
  "created": "2022-10-14T09:49:31.2419621Z",
  "waId": "911234567890",
  "senderName": "New User",  
  "sourceId": null,
  "sourceUrl": null,
  "sourceType": 0
}

Field Descriptions

FieldTypeDescription
eventTypeStringIdentifies the type of webhook event being triggered
idStringUnique identifier for this specific message event
createdStringTimestamp when the message was received, in UTC format
waIdStringWhatsApp ID or phone number of the message sender
senderNameStringDisplay name of the person who sent the message
sourceIdString/NullInternal identifier for the message source (null if not applicable)
sourceUrlString/NullURL reference to the source of the message (null if not applicable)
sourceTypeIntegerNumeric code representing the type of message source (0 = default/unknown)