/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
docs/framework/push-channel.mdx
18 строк
687 B
mintlify[bot]
docs(docs): Apply SEO and metadata best practices (#11903)
13 июл 2026, 11:22
Не верифицирован
13 июл 2026, 11:22
01f36ae
Код
Авторство
О чём код?
--- title: 'Push' description: "Configure the push channel in Novu Framework to send mobile and web push notifications through providers like FCM, APNs, and OneSignal." --- Push notifications are a powerful way to deliver real-time updates, reminders, and personalized messages to your users across mobile and web platforms. Whether it's a promotional alert, a system notification, or a critical update, push notifications are key to enhancing engagement and retention. Learn more about the [Push Channel](/platform/integrations/push) ```tsx await step.push('push', async () => { return { subject: 'You received a message', body: 'A new post has been created', }; }); ```