Append WiFi data
Store WIFI Interaction history as you send contact data to us
Overview
Storing WIFI interactions
Value
Notes
Example Payload
{
"account_id": 3,
"email": "[email protected]",
//...etc...
"wifi_interactions" :[
{
"datetime":"2022-01-01 12:00:00",
"unit_id": "4",
"type": "authenticated",
"hotspot_name": "Bar 01",
"mac_address": "01:A1:C1:11:C1:11",
"device_mime_type": "Airship Splash page"
}
]
}Last updated