mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Add a new webhook for sended sms status change. Add status and originating scheduled's id to webhook send_sms
This commit is contained in:
parent
ec108d8543
commit
d0fa0a299c
13 changed files with 91 additions and 25 deletions
|
@ -14,6 +14,7 @@ namespace models;
|
|||
class Webhook extends StandardModel
|
||||
{
|
||||
const TYPE_SEND_SMS = 'send_sms';
|
||||
const TYPE_SEND_SMS_STATUS_CHANGE = 'send_sms_status_change';
|
||||
const TYPE_RECEIVE_SMS = 'receive_sms';
|
||||
const TYPE_INBOUND_CALL = 'inbound_call';
|
||||
const TYPE_QUOTA_LEVEL_ALERT = 'quota_level';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue