Skip to Content
Notification ServiceOverview

Notification Service

Notification Service is a standalone NestJS HTTP service for multi-channel notifications. Other apps in this repo (fu-strategy, pump-fun, signals-scrapper, etc.) call it over HTTP instead of embedding notification logic.

Delivery history is stored in a local SQLite database via TypeORM.

When NOTIFICATIONS_ENABLED=false, POST /notifications returns 200 with status: "skipped" and does not send.

Channels at a glance

ChannelProvider
TELEGRAMTelegram Bot API (grammy)
EMAILResend
SMSPindo
WHATSAPPMeta Cloud API

Explore the docs

Last updated on