This module integrates WHMCS with Discord by sending notifications through Discord webhooks. Whenever an event in WHMCS meets the specified criteria, a notification is pushed to a Discord channel. This is particularly useful for keeping your team or community up to date with your WHMCS instance without having to check it directly.
modules
folder to the root of your WHMCS installation folder.Discord.php
and lib
folder should be in the following directory whmcs/modules/notifications/Discord
.#
character if one is present.Once the module is installed and configured, you can set up WHMCS to send notifications based on specific events. For example, you can set it to notify you whenever a new ticket is created, an invoice is paid, etc.
Make sure the webhook URL is set correctly to ensure that notifications are sent to the desired Discord channel.
For bug reports, feature requests, or any other queries regarding this module, please get in touch with me or via GitHub issues. GitHub URL: https://github.com/BillyAB/WHMCS-Discord-Notification-Module
This module is provided as-is, and while efforts have been made to ensure its quality, the author is not responsible for any issues that may arise from the use of this module. It's important to test this module in a safe environment before deploying it in a production setting.
This module is in no way associated with Discord Inc., its subsidiaries, and its related companies. The Discord logo is copyright Discord Inc.
GitHub: https://github.com/BillyAB/WHMCS-Discord-Notification-Module
Latest Release: https://github.com/BillyAB/WHMCS-Discord-Notification-Module/releases/latest
Buy me a coffee: https://ko-fi.com/billyab
The best place to start if you need help with a specific product is to contact the developer. All WHMCS Marketplace developers have both a website and support URL listed.
v.1.0.1 Created correct directory structure for module.
A simplistic, free & open source hook allowing instant Discord notifications when an action is triggered.
Netgsm Sms addon provides you sending customized bulk sms and creating sms templates.
MSG91 WHMCS SMS plugin gives you the power and flexibility to stay connected with your customers by sending them an SMS and OTP's for 2FA at the crucial steps that matters the most.
Homefighter950 @homefighter6703
It is a very great AddOne, when multiple Events run, is it possible to wait and send in one Message?
William Beacroft @william3471
Hi, glad you like it!
Owner@BillyABI understand your frustration on this one, especially for notifications generated by the daily cron job, but unfortunately due to the limitations in the WHMCS NotificationModuleInterface class which this module uses there is no way that I can find to queue up/group delivery of multiple messages. This is unfortunately the same for any of the other notification types in WMHCS (Slack, email etc.)
Chuck Remerez @chuck3630
Notifications are instant, the setup is easy, and it's boosted our productivity a lot. It's become an essential part of our work. Highly recommended!
Richard TheShiper @richard3583
This works great! Easy set up and well done, I would love if we could on the hook list the Product that was it was related to… e.g. when a new order is placed it shows the current info plus what Product/Service it is.
Otherwise amazing work!
William Beacroft @william3471
Hi, thanks for your positive feedback!
Owner@BillyABUnfortunatly that information isn't presented by WHMCS to the NotificationInterface class as far as I can see (as I'd have quite liked it too). Every attribute that is presented by WHMCS to the notification module is sent to you.