GitHub webhooks

Send a Push-Notification by pushsafer.com out of GitHub webhooks to iOS, Android and Windows 10 devices

How to send push-notification out of github with webhooks & Pushsafer

Always be informed of changes to your repository.

Usage

  1. open the desired repository
  2. go to settings
  3. then on webhooks
  4. enter the payload URL from Pushafer, with the required key and optional params
  5. Content type: choose application/x-www-form-urlencoded
  6. select the events which should trigger this webhook
  7. add / save the webhook

How to send push notifications out of GitHub webhooks

You can create up to 20 webhooks for each event on each installation target (specific organization or specific repository).

Example payload URLs

with private key (20 chars)

https://www.pushsafer.com/github?k=XXXXXXXXXXXXXXXXXXXX

with alias key (15 chars)

https://www.pushsafer.com/github?k=XXXXXXXXXXXXXXX

with private key (20 chars) and optional parameters

https://www.pushsafer.com/github?k=XXXXXXXXXXXXXXXXXXXX?i=4&s=2&v=0&d=23

Pushsafer API values

Any API parameters, as found on https://www.pushsafer.com/en/pushapi, can be appended to the URL.

Events that trigger a webhook

More informations

https://github.com/appzer/github-pushsafer


© 2016 - 2024 Pushsafer.com, All rights reserved.