Is there a way to post a notification (on push) to NNTP (newsgroup) server? Similar to “Email on push” integration, but a newsgroup message instead of email.
Hello Deimantas,
You can do anything you want by using GitLab webhooks. I don’t know the NNTP protocol, but I am sure you can do it by a webhook-triggered script.
Oh, I see. This means I should implement a small web service to do the job. Thank you.
1 Like