Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

kevsersrca/mattermost-incoming-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages