mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Add new webhook when SMS fail to send
This commit is contained in:
parent
b8e587a59e
commit
c3fb8be0ad
5 changed files with 43 additions and 1 deletions
|
@ -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';
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue