skyhook icon indicating copy to clipboard operation
skyhook copied to clipboard

Parses webhooks and forwards them in the proper format to Discord.

Results 33 skyhook issues
Sort by recently updated
recently updated
newest added

* Parses the `eventType` and adds that to a `x-skyhook-event` header * Tests passed * Closes #182 Look in Discord: ![image](https://user-images.githubusercontent.com/11448029/144054594-3d5d4ad0-e7f3-4141-898d-31640249985f.png)

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...

help wanted
New Provider

It would be great to add PhraseApp support. Documentation/Specification: https://help.phrase.com/help/webhooks

help wanted
New Provider

Created a new provider for Prometheus. What it looks like in discord: ![image](https://user-images.githubusercontent.com/11448029/143969149-2a49b88b-d98c-4b5f-9320-c197c40be42e.png) 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!

help wanted
New Provider

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",...

New Provider

Can you add support for this ? https://prometheus.io/docs/alerting/configuration/#webhook_config

help wanted
New Provider

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...

help wanted
New Provider