How to send push-notification out of github with webhooks & Pushsafer
Always be informed of changes to your repository.
Usage
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