Is there any way to get notifications about GitHub organisation events on some URL instead of checking notificactions with cron?
Is there any way to get notifications about GitHub organisation events on some URL
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not natively. The GitHub Notifications API does not provide a way to work with notifications in a “push” model, so the best you can do is pull them every so often with cron.
I am also not aware of any third-party services that would automate the task of pushing notifications by hitting a custom URL every time a new notification is pulled from GitHub, even though it would be moderately easy to make such a service.