Skip to content

.Net Core Web API with an endpoint to receive an incoming Slack web hook.

License

Notifications You must be signed in to change notification settings

xavier-hernandez/slack-web-api-hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Slack Incoming Webhook Clone

I was having a hard time finding code to read in a webhook meant for Slack. So here you go.

I'm using Speetest-Tracker, https://github.com/henrywhitaker3/Speedtest-Tracker, and it only supports Slack webhook or Telegram. I already have a .net core API so I just wanted to integrate Speetest-Tracker with that.

The project uses NuGet package Slack.WebHooks which already has all the classes you need.

I basically created 2 endpoints that accept a SlackMessage via HttpPost.

About

.Net Core Web API with an endpoint to receive an incoming Slack web hook.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages