Art-of-WiFi / UniFi-API-client

A PHP API client class to interact with Ubiquiti's UniFi Controller API
MIT License
1.09k stars 217 forks source link

Notification #80

Closed christianguei closed 3 years ago

christianguei commented 3 years ago

Hello,

Is it possible to set a notification everytime a user connect to the Wifi ? Like an e-mail -?

Christian

malle-pietje commented 3 years ago

The UniFi controller doesn't have any such support but you could figure out a way to detect new users with a script that polls the API on a regular basis and acts as needed when it identifies one. The UniFi API browser tool will be useful in identifying the best way to detect new users: https://github.com/Art-of-WiFi/UniFi-API-browser