Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you want to add messages to slack from your own modules or hooks, you can use the module function. The function is globally available.

Code Block
languagephp
slackforwhmcs_putMessageIntoQueue ($Message, $Receiver) // $Receiver = e.g. "#channel@Botname"

...