Skip to content

Instantly share code, notes, and snippets.

@goescat
Created February 15, 2020 11:05
Show Gist options
  • Select an option

  • Save goescat/9f8430c7a3a3c4f66579ef0a31547b6a to your computer and use it in GitHub Desktop.

Select an option

Save goescat/9f8430c7a3a3c4f66579ef0a31547b6a to your computer and use it in GitHub Desktop.
Very simple Mattermost incoming webhook with slackweb
import slackweb
mattermost = slackweb.Slack(url="https://mattermost.your.domain/hooks/xxxxtokenxxxx")
mattermost.notify(text="Hello, test!!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment