First step of quota and using daemon

This commit is contained in:
osaajani 2021-06-08 02:00:48 +02:00
parent 3d19c4decb
commit 120f56fad7
12 changed files with 552 additions and 0 deletions

View file

@ -16,6 +16,9 @@ namespace models;
const TYPE_SEND_SMS = 'send_sms';
const TYPE_RECEIVE_SMS = 'receive_sms';
const TYPE_INBOUND_CALL = 'inbound_call';
const TYPE_QUOTA_LEVEL_ALERT = 'quota_level';
const TYPE_QUOTA_REACHED = 'quota_reached';
/**
* Find all webhooks for a user and for a type of webhook.