Add option to use ApiKeys in Twilio in addition to main account credentials

This commit is contained in:
Wojciech Kapcia
2023-05-29 19:30:33 -04:00
parent 0735f12d19
commit f3fe392ec4
3 changed files with 16 additions and 3 deletions

View File

@@ -718,7 +718,8 @@
"ntfyAuthenticationMethod": "Authentication Method",
"ntfyUsernameAndPassword": "Username and Password",
"twilioAccountSID": "Account SID",
"twilioAuthToken": "Auth Token",
"twilioApiKey": "Api Key (optional)",
"twilioAuthToken": "Auth Token / Api Key Secret",
"twilioFromNumber": "From Number",
"twilioToNumber": "To Number"
}