Skip to content
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

FEAT: add twilio as a service #11

Open
scyto opened this issue Mar 12, 2021 · 0 comments
Open

FEAT: add twilio as a service #11

scyto opened this issue Mar 12, 2021 · 0 comments

Comments

@scyto
Copy link

scyto commented Mar 12, 2021

given you readme says 'notification service service of your choice' i was wondering if you would consider adding twilio sms service?

I ask because the username field in the synology sms notification page limts the username to 32 chars and twilio account sid has a 34 char username, lol.

others are looking for this feature https://www.reddit.com/r/synology/comments/hr9tcj/twilio_sms_with_synology_nas/

this is an example curl for sending a message

EXCLAMATION_MARK='!'
curl -X POST https://api.twilio.com/2010-04-01/Accounts/$TWILIO_ACCOUNT_SID/Messages.json \
--data-urlencode "Body=Hi there$EXCLAMATION_MARK" \
--data-urlencode "From=+15017122661" \
--data-urlencode "To=+15558675310" \
-u $TWILIO_ACCOUNT_SID:$TWILIO_AUTH_TOKEN

I have no idea how to code from scratch, can help test, document etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant