Create new rule to automatically disable 'active' SIMs with no data consumption.
under review
M
Manuel Montero
I would like to disable all active SIMs that have not had data consumptions within 3 months. Meaning that if I have devices on field that have been discontinued I do not have to deal with managing SIMs deactivations. We are being charged for al lot of SIMs that we are not using.
Log In
C
Christian Henke
under review
C
Christian Henke
It is possible to retrieve the data usage per SIM/Device via API
/api/v1/endpoint/{endpoint_id}/stats
/api/v1/endpoint/{endpoint_id}/stats/daily
So you can setup an automation to check at the end of the month if the device has consumed any data within the last month(s) and based on it deactivate it.
IF you do not want to invest development you can also use nocode tools like zapier or make.com.
Going forward we are looking into providing more automation.
S
Support
This would be great, but also the option for sims automatically to go to enabled if they start using data again.