Skip to content

doll6777/slack-receiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack-receiver

This is example project for pinpoint alarm webhook functionality.
You can reuse this server to use sending slack message to your own channel.
pinpoint webhook documentation

requirements

  • Java 1.8
  • Spring Boot

how to run

If you don't have any webhook incoming url yet, please refer to this documentation.
slack incoming webhook integration

  1. in application.properties
    slack.incoming.webhook.url={SLACK_INCOMING_WEBHOOK_URL}
  2. ./mvnw package
  3. java -jar target/slack-receiver-0.0.1-SNAPSHOT.jar

endpoint

http://localhost:8085/api/send/slack

status code

description code
send success 200
send fail 500
wrong type 400

screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages