kevsersrca / mattermost-incoming-webhook

Mattermost Incoming Webhook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mattermost Incoming Webhook

tutorial

Installation

go get github.com/kevsersrca/mattermost-incoming-webhook

Example

function main() {
	w := Payload{
		URL:      "http://example.com/hooks/",
		Text:    "Hallo :tada:",
	}
	err := m.Do()
	if err != nil {
		panic(err)
	}
}
	

About

Mattermost Incoming Webhook


Languages

Language:Go 100.0%