-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Twilio to notifications selections #2964
Comments
@SomeGuru Currently, this feature is available in the latest version. Can you test it? If ok let's close issue |
I configure apprise to send sms message to twilio and it is working fine, see |
@gaetanlord Can you choose twilio from the dropdown list and try it? Not via Apprise. |
The only way I was able to make it work is via apprise.
…On Fri, Mar 31, 2023 at 12:57 PM Ömer Faruk Genç ***@***.***> wrote:
@gaetanlord <https://github.com/gaetanlord> Can you choose twilio from
the dropdown list and try it? Not via Apprise.
Uptime Kuma Version 1.21.1
—
Reply to this email directly, view it on GitHub
<#2964 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHSWGIJYK432CPEL6DPNYOTW64EJBANCNFSM6AAAAAAWEFSR5Y>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Gaétan
|
@gaetanlord Why? If you have twilio account, you can try this way. |
I install it long time ago and it is working fine that way. You know, if
it ain't broken don't fix it
…On Sat, Apr 1, 2023, 13:06 Ömer Faruk Genç ***@***.***> wrote:
@gaetanlord <https://github.com/gaetanlord> Why? If you have twilio
account, you can try this way.
[image: image]
<https://user-images.githubusercontent.com/18603640/229304670-fca672f5-4dff-48b2-9a7e-49fff00de4e8.png>
—
Reply to this email directly, view it on GitHub
<#2964 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHSWGIJVWUXVUID55YX2M6DW7BOAHANCNFSM6AAAAAAWEFSR5Y>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@louislam Can we close this issue? |
@Genc and @gaetanlord However, my current version (1.20) doesn't have this feature. According to the official Uptime Kuma, the Twilio integration is available in version 1.21. |
its greater with this new update, but there is still an issue how to add multiple numbers I try with "," but it still failed. |
ERRORAxiosError: Request failed with status code 400 {"code":21211,"message":"Invalid 'To' Phone Number","status":400} |
Where did you read that this is a feature that is supported by either One notification can, according to their API only contact one Plese refrain from necroposting on closed issues, as this makes issue manaement harder. Instead open a |
🏷️ Feature Request Type
New Notification
🔖 Feature description
Adding in Twilio as a SMS gateway for users to get the messages from the uptime-kuma.
They offer a few different APIs at https://www.twilio.com/docs/usage/api. It would be nice if able to convert to your vue.js code.
a sample of JAVA turned vue.js code would look similar to this, I would assume.
JAVA Code:
Converted to Vue.JS
✔️ Solution
My users would benefit, I just would have to find a way to use the gateway properly to send the messages to approved phone numbers only. But still even if just to get the initial twilio messages to my phone would be a great thing.
❓ Alternatives
using the other provided, however then I cannot get to my cell sms to share with others that don't have the other applications on their phones.
📝 Additional Context
No response
The text was updated successfully, but these errors were encountered: