Add new webhook when SMS fail to send

This commit is contained in:
Niels Boussion 2021-04-14 12:11:50 +02:00
parent b8e587a59e
commit c3fb8be0ad
5 changed files with 43 additions and 1 deletions

View file

@ -14,6 +14,7 @@ namespace models;
class Webhook extends StandardModel
{
const TYPE_SEND = 'send_sms';
const TYPE_SEND_ERROR = 'send_sms_error';
const TYPE_RECEIVE = 'receive_sms';
/**