Appearance
New / Returning Visitor
This type of webhook will be sent once a visitor logged in to the WiFi network
Possible event types: new_visitor / returned_visitor
Request Body Example:
json
{
"type": "new_visitor",
"timestamp": 1743576099,
"data": {
"visitor": {
"id": "9e93cb24-8e58-4ea4-857a-a9dd121f3d86",
"status": "subscribed",
"firstname": "Jonathan",
"lastname": "Doe",
"full_name": "Jonathan Doe",
"email": "jonathan.doe@affinect.com",
"phone": "971005008800",
"gender": "Male",
"date_of_birth": {
"day": 3,
"month": 5,
"year": 2000
},
"age": 24,
"nationality": null,
"tags": [],
"created_at": "2025-04-02T06:40:55Z",
"updated_at": "2025-04-02T06:40:57Z"
},
"venue": {
"id": "9e8fd14c-a241-487d-bd69-1bdbe6d2ac38",
"name": "Dubai office"
}
}
}