How to send push-notification out of GitLab with webhooks & Pushsafer
Webhooks can be used for binding events when something is happening within the project.
Usage
You can add various webhooks for each project.
Example Webhook URLs
with private key (20 chars)
https://www.pushsafer.com/gitlab?k=XXXXXXXXXXXXXXXXXXXX
with alias key (15 chars)
https://www.pushsafer.com/gitlab?k=XXXXXXXXXXXXXXX
with private key (20 chars) and optional parameters
https://www.pushsafer.com/gitlab?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