https://github.com/4lch4/notigate
An API that serves as a gateway for any and all notifications.
https://github.com/4lch4/notigate
Last synced: 3 months ago
JSON representation
An API that serves as a gateway for any and all notifications.
- Host: GitHub
- URL: https://github.com/4lch4/notigate
- Owner: 4lch4
- Created: 2023-10-03T20:27:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-04T14:00:05.000Z (over 1 year ago)
- Last Synced: 2025-02-26T17:52:56.062Z (3 months ago)
- Language: TypeScript
- Size: 370 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notification Gateway (NotiGate)
This repository is home to an API that serves as a notification/webhook gateway with support for a variety of services.
## Name
The name of this project is NotiGate, which I pronounce as "Naughty Gate" or "Note-E-Gate" but you can pronounce it however you want.
## Routes
The following are the officially supported routes/services and how to use the endpoint.
### GitHub
If the incoming payload is from an Action finishing (successfully or not), then the full path would be: `/api/v1/github/action`
This tells NotiGate that the payload is from GitHub and that it is the result of an Action completing.