Free ClientExec Telegram Notifications

sitepape

Member
Hello members,

I have been personally using Clientexec for my major projects from past 2 years. It gave me a huge savings through out this journey. I built a Telegram Notification snapin for Clientexec few months back and offered it at 9$ yearly. Which i was unable to update as the latest hooks are not currently working properly. So i stopped the development for this project & thought of making it completely free.

Features:
  • Notifications on:
    Ticket Creation
    New Invoices
    New Orders
    Invoice Payments
    Ticket Reply
  • Instant Notification
  • Regular Updates
  • New Notification Type (May come on ClientExec 7.0)

Free Order Link: ClientExec Telegram Notification Order
 
Non Working Hooks:
Invoice-Pending
Invoice-Refunded
Invoice-PartiallyPaid
Invoice-Delete
UserPackage-Suspend
UserPackage-UnSuspend
UserPackage-Cancel
UserPackage-Delete
These should all be working. If not, please open a ticket and we can take a closer look.
 
Hello
I have checked surely this event not working

array("UserPackage-Suspend","userpackagesuspendCallback"),
array("UserPackage-UnSuspend","userpackageunsuspendCallback"),

But I am not sure when these events calls;
When a package suspended with plugin or status of a package changes to "Suspend" or "Active" ?

Thanks
 
Last edited:
These only work when suspend() and unsuspend() funcs are all on a UserPackage. This means when auto suspend/unsuspend runs, or you trigger, or if you trigger a plugin action when you change the global status.

Changing the status of a userpackage from active to suspended, or vice versa will not trigger these hooks.

I did find an issue with UserPackage-Suspend, which will be resolved in 6.8.0 b2.

If any other hooks don't work, please let us know.
 
Back
Top