Versions Compared

Key

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

...

Info
The module does provide 2 ways for adding Slack Messages from your own system

API Modes

PHP Function: You can either use the internal function, which is globally available in your installation or you use the HTTP based API.

HTTP Based API: With the HTTP based API you can also integrate external services - e.g. your servers could send you messages using curl / bash. An other good use case is to integrate slack into your server monitoring.

Message Recipient

The Recipient should have the following format:  #channel@YourBotName 

...