/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
docs/api-reference/contexts/context-schema.mdx
12 строк
805 B
Dima Grossman
docs(docs): nest API reference domains in collapsible sidebar groups fixes DOC-413 (#11886)
12 июл 2026, 15:47
Не верифицирован
12 июл 2026, 15:47
149638c
Код
Авторство
О чём код?
--- title: Context schema sidebarTitle: Schema description: "Reference the Novu context schema used in API requests and responses. Review fields, data types, and object structure for this resource." --- ### Context **Context** is a reusable, user-defined data object that stores metadata (like tenant, region, or app details) to organize and personalize notifications. Unlike payloads that exist only for a single workflow execution, contexts are persistent and can be shared across multiple workflows and API calls. This makes them particularly useful for multi-tenant applications, dynamic branding, and scenarios where notifications need to reference common, reusable data. Read more about how to use contexts in workflows in the [contexts](/platform/workflow/advanced-features/contexts) section.