Back to Novu

Environment variable schema

docs/api-reference/environment-variables/environment-variable-schema.mdx

3.18.0977 B
Original Source

Environment Variable

Environment variable is a named value you define once in the dashboard and reuse across workflows. Each Novu environment can hold its own value for the same variable, so Development and Production (and any custom environments) stay isolated without duplicating workflow logic. Read more about environment variables on environment variables documentation page.

<ResponseField name="id" type="string" /> <ResponseField name="organizationId" type="string" /> <ResponseField name="key" type="string" /> <ResponseField name="type" type="string"> The type of the environment variable (currently only `"string"` is supported) </ResponseField> <ResponseField name="isSecret" type="boolean" /> <ResponseField name="values" type="EnvironmentVariableValueResponseDto[]" /> <ResponseField name="createdAt" type="string" /> <ResponseField name="updatedAt" type="string" />