mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
more wip on whatsapp
This commit is contained in:
parent
952db09e28
commit
0c7b6a8ed0
14 changed files with 289 additions and 100 deletions
|
@ -1,10 +1,15 @@
|
|||
namespace Ombi.Settings.Settings.Models.Notifications
|
||||
{
|
||||
public class WhatsAppSettings : Settings
|
||||
public class TwilioSettings : Settings
|
||||
{
|
||||
public WhatsAppSettings WhatsAppSettings { get; set; }
|
||||
}
|
||||
|
||||
public class WhatsAppSettings
|
||||
{
|
||||
public bool Enabled { get; set; }
|
||||
public string From { get; set; }
|
||||
public string AccountSid { get; set; }
|
||||
public string AuthToken { get; set; }
|
||||
public string From { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue