SMS quota management
API reference
Quota information is in the event’s detail object.
SMS quota threshold reached
Remaining SMS quota volume fell below the configured threshold percentage. Exclusively for devices with enabled SMS quota management and a configured quota threshold percentage.
The threshold percentage can be submitted when the SMS quota is assigned to the device.
Example: if the device’s SMS quota volume is set to 10 SMS and the threshold percentage to 50%, the system generates an event when the remaining volume falls below 5 MB.
Example JSON response
SMS quota used up
SMS quota volume is completely depleted. Exclusively for devices with enabled SMS quota management.
Once this happens, the SMS quota status updates from Active to Exhausted, and the device won’t be able to consume from the SMS service. Established connections for that device disconnect within seconds, and new connection requests are denied until a new SMS quota is assigned or SMS quota management is disabled in the service profile.
Example JSON response
SMS quota enabled
SMS quota management is enabled in a service profile.
All devices using this service profile need to have an active SMS quota assigned to use the SMS service. Devices without active SMS quotas disconnect within seconds. New connection requests are denied until a new SMS quota is assigned or SMS quota management is disabled in the service profile.
Example JSON response
SMS quota disabled
SMS quota management is disabled in a service profile.
There’s no longer SMS service restrictions for devices using this service profile.
Example JSON response
SMS quota assigned
New SMS quota is assigned to a device.
Assigning a new SMS quota to a device is possible at any time. SMS quota management must be enabled in the service profile.
Example JSON response
SMS quota deleted
SMS quota is deleted from a device.
Once deleted, devices on this service profile (with SMS quota management enabled) won’t be able to use the SMS service until an active SMS quota is assigned, or SMS quota management is disabled in the service profile.