skyhook
skyhook copied to clipboard
Parses webhooks and forwards them in the proper format to Discord.
* Parses the `eventType` and adds that to a `x-skyhook-event` header * Tests passed * Closes #182 Look in Discord: 
Here's an example request that WeKan sends: ``` Method: POST URI: {DISCORD_WEBHOOK_URL_GOES_HERE} HTTP Version: 1.1 Headers: { connection: close; content-length: 414; host: webhook.site; content-type: application/json } Content: { "text": "John...
It would be great to add PhraseApp support. Documentation/Specification: https://help.phrase.com/help/webhooks
Created a new provider for Prometheus. What it looks like in discord:  Prometheus does not send headers, at least not that I could find in the documentation provided in...
API Reference: https://api.hacknplan.com/reference/index#/Webhook Service itself: https://hacknplan.com/ This sure would be much appreciated!
I use Skyhook for Bitbucket commits and issues, and I have seen commits not getting picked up from time to time. I enabled Bitbucket's "Request history collection" and managed to...
Here's an example request that Azure DevOps sends: ``` Method: POST URI: {DISCORD_WEBHOOK_URL_GOES_HERE} HTTP Version: 1.1 Headers: { Content-Type: application/json; charset=utf-8 } Content: { "subscriptionId": "00000000-0000-0000-0000-000000000000", "notificationId": 3, "id": "03c164c2-8912-4d5e-8009-3707d5f83734",...
Can you add support for this ? https://prometheus.io/docs/alerting/configuration/#webhook_config
Just wanted to open this up for discussion. What are the thoughts on adding support for Microsoft Teams Webhooks? Initial thought to keep backwards compatibility would be to have something...
Hey! Big thanks for your project! I've already integrated Bitbucket webhooks. Can you please add support for App Center? https://docs.microsoft.com/en-us/appcenter/dashboard/webhooks/ Also, there was a direct support request to the App...