Documentation
¶
Overview ¶
Package notify bridges togo `live` conversations to the togo `notifications` system, so an agent's reply can be delivered out over ANY registered notifications channel — slack, discord, webpush, fcm, pusher, mail, broadcast — without a per-provider live driver. Blank-import this alongside the notifications channel driver(s) you want (e.g. togo-framework/notifications-slack).
A live conversation whose `channel` is "slack" or "discord" delivers through that notifications channel; the "notify" channel fans out to the comma list in LIVE_NOTIFY_CHANNELS (e.g. "slack,discord").
Click to show internal directories.
Click to hide internal directories.