mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Started on whatsapp
This commit is contained in:
parent
f08033f743
commit
952db09e28
16 changed files with 264 additions and 4 deletions
|
@ -0,0 +1,10 @@
|
|||
namespace Ombi.Settings.Settings.Models.Notifications
|
||||
{
|
||||
public class WhatsAppSettings : Settings
|
||||
{
|
||||
public bool Enabled { 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