Versions Compared

Key

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

...

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 Receiver: The "Receiver" should have the following format:  #channel@YourBotName 

@channel: This is the channel where the message post to. It can also be a person, just replace the @ the  @  with #  # .

@YourBotName: That name will be displayed in slack. You can set any Botname, it does not need to match any predefined value.

...