https://github.com/reflagcom/n8n-nodes-reflag
n8n nodes for the Reflag service used in automation
https://github.com/reflagcom/n8n-nodes-reflag
Last synced: 3 months ago
JSON representation
n8n nodes for the Reflag service used in automation
- Host: GitHub
- URL: https://github.com/reflagcom/n8n-nodes-reflag
- Owner: reflagcom
- License: mit
- Created: 2025-10-02T12:39:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-03-28T08:07:09.000Z (3 months ago)
- Last Synced: 2026-04-04T10:53:32.459Z (3 months ago)
- Language: JavaScript
- Homepage: https://reflag.com
- Size: 417 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# n8n-nodes-reflag
This is an [n8n community node npm package](https://www.npmjs.com/package/@reflag/n8n-nodes-reflag). It lets you use Reflag feature flagging service in your n8n workflows.
Reflag is a feature flag management platform with self-cleaning flags, strong type-safety, gradual rollouts, and built-in Linear integration.
[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
[Installation](#installation)
[Credentials](#credentials)
[Compatibility](#compatibility)
[Resources](#resources)
## Installation
Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
## Credentials
To use the Reflag node, you need to authenticate with your Reflag account using an API key.
### Prerequisites
1. Sign up for a Reflag account at [https://apps.reflag.com](https://apps.reflag.com)
2. Generate an API key from your application settings
### Setup
1. In the Reflag node credentials, enter your API key
2. The default URL is set to `https://app.reflag.com/api` (you can change this if using a custom instance)
## Compatibility
- **Minimum n8n version**: 1.0.0
- **Node.js version**: >=20.15
- **Tested with n8n versions**: 1.111.0+
## Resources
- [Reflag Homepage](https://reflag.com)
- [Reflag Documentation](https://docs.reflag.com)
- [n8n community nodes documentation](https://docs.n8n.io/integrations/#community-nodes)