Commit Graph

123 Commits (26c2fc21c8a062c22438351492df89f752da8909)

Author SHA1 Message Date
fazelukario 26c2fc21c8
Moving to MarkdownV2 as the old Markdown is obsolete
- Implemented MarkdownV2 with escape of all necessary characters.
- Ref: https://core.telegram.org/bots/api#markdownv2-style
4 months ago
fazelukario fef74c3bca
feat Cross-Platform Compatibility Guide 4 months ago
fazelukario c390f1bfee
Escape markdown for subject 4 months ago
neil ea94477cd4
Merge pull request #5229 from tomo2403/master
Update bark.sh
5 months ago
tomo b6f7710621
Update bark.sh
Bark API v2 is now fully implemented. BARK_SOUND is now also optional, as intended by the API.
6 months ago
Joris van den Dries 3cefcd8204 change reference to static value 6 months ago
Joris van den Dries 4cd1871816 Removed obsolete documentation 6 months ago
Joris van den Dries 7aaa9583fa Update teams notify script to support new notification setup using workflows instead of connectors being fased out.
Color support has been dropped since this has no support inside adaptive-card
6 months ago
Jérôme a3612f53dd change shebang to sh 1 year ago
Jérôme 112257c49e Add notification support for ntfy.sh 1 year ago
neil e15513bfdd fix format 1 year ago
neil dbe569c0d9
Merge pull request #4622 from defragatwork/mattermost
Add support for Mattermost notifications (Bot account)
1 year ago
Steven Zhu dd958872a8
Fix SES region variable
The last version do not save the SES region into the config file, breaking the notification hook.
2 years ago
Steven Zhu a6b5f0c9d4
Fix variable naming to make the access key and secret key consistent with Route53. 2 years ago
Steven Zhu 8d136c6a25
Add newline at end of file to satisfy shfmt's "extra line" error 2 years ago
Steven Zhu 4d94270cde
Add newline at end of file to satisfy shfmt's "No newline at end of file" error 2 years ago
Steven Zhu e0d96bcb39
Add initial AWS SES support
Copied most of the v4 api stuff from DNS_AWS hook (Thanks!)

New tokens added:
AWS_SES_ACCESS_KEY_ID
AWS_SES_SECRET_ACCESS_KEY
AWS_SES_REGION
AWS_SES_TO
AWS_SES_FROM
AWS_SES_FROM_NAME (Optional)
2 years ago
Alexander Pushkarev bb5f3cc326 Add support for Mattermost notifications. 2 years ago
Chris 1522b713da Use grep -E instead of expr
expr was printing  `expr: warning: '^.*[<>"]': using '^' as the first character of a basic regular expression is not portable;`
2 years ago
Grigory Starinkin d8a4e47a13
disable "$response is referenced but not assigned" warning
the variable is assigned by the `_post` call
3 years ago
Grigory Starinkin bc920949cb
Add Slack App notification hook
Slack Incoming webhooks is a legacy custom integration - an outdated
way for teams to integrate with Slack. These integrations lack newer
features and they will be deprecated and possibly removed in the
future. Slack team do not recommend their use. Instead, it's suggested
to use Slack apps.
3 years ago
Sandeep Mittal 9aaae24583 Update callmebotWhatsApp.sh
unused variable removed and cleaned.
3 years ago
neil 915ced7b92 Update callmebotWhatsApp.sh 3 years ago
neil 5a36b9075f Update callmebotWhatsApp.sh 3 years ago
Sandeep Mittal b5a7f46ecc Update callmebotWhatsApp.sh
variable updated to caps
3 years ago
neil 4381657c5e Update callmebotWhatsApp.sh 3 years ago
Sandeep Mittal d440b2f2b2 Update callmebotWhatsApp.sh
Added CallMeBot API for WhatsApp Notifications.
3 years ago
Sandeep Mittal 5b42aea9e7 Create callmebotWhatsApp.sh 3 years ago
neil ae3cc81f03
Merge pull request #2924 from ianepperson/master
Add Discord notification
3 years ago
neil 97a45e3b02
Update discord.sh 3 years ago
neil 451b290b79
Update discord.sh 3 years ago
bosong b209f66654 fix(notify):remove nofity,move weixin_work.sh to notify 3 years ago
Victor R. Santos 61c853a3c1
Add Gotify notification (#3759) 3 years ago
Hao Guan 5e5ba11601
Add iOS Bark notify hook. 3 years ago
neil 640c7c5fa3
Merge pull request #3798 from Scre13/patch_mail_sh
removed -- at beginning of subject
3 years ago
neil eb6395a62c
Update mail.sh 3 years ago
Scre13 2b2845aa07 removed -- at beginning of subject 3 years ago
neil 54d8c66f3e
Merge pull request #3797 from Scre13/patch_lf_mime_version
Removed newline at the end of subject, added MIME-Version header
3 years ago
neil 95bbf1b190
Update mail.sh 3 years ago
Scre13 ee2dab51f3 removed newline at the end of subject, added MIME-Version header 3 years ago
neil e8756482aa
Update feishu.sh 3 years ago
jearton 35d6da785b add support for feishu notification 3 years ago
neil f2958818c8
Update pushbullet.sh 3 years ago
neil 20f604948f
Update pushbullet.sh 3 years ago
ciro 4a8511f680 fix wrong variable name 4 years ago
cirow cd6698c688
Merge branch 'acmesh-official:dev' into dev 4 years ago
ciro c7ca9d7e36 fix shfmt issues 4 years ago
ciro 98ef51514f added pushbullet functionality 4 years ago
Steven Zhu 849c3fd9c9
Fix space inconsistency 4 years ago
Steven Zhu da58fcbfce
Add sender name for SendGrid notify hook 4 years ago