notihook - android notification listener webhook service


notihook is an android app that turns your phone's notifications into webhooks. pick which apps to listen to, set a webhook url and optional auth header, and every notification from those apps gets forwarded as a json post request in real time.

it works by hooking into android's notification listener api, filtering incoming notifications against a user-selected list of apps, and posting the raw notification payload to a configurable endpoint. that turns things like payment confirmations, delivery updates, or otp messages into events your own backend can react to, without needing official api access from the source app.

tech stack

links