Reflag Destination

Destination Info
  • Accepts Group, Identify, and Track calls
  • Refer to it as Bucket, or Reflag in the Integrations object
  • This integration is partner owned. Please reach out to the partner's support for any issues.

Reflag is feature flags for SaaS that run on TypeScript.

With Reflag, you can:

  • Release features gradually with simple flags.
  • Gate features based on customer subscriptions.
  • Iterate fast with adoption metrics and feedback.

This destination is maintained by Reflag. For any issues with the destination, contact the Reflag Support team.

Getting Started

  1. From the Destinations catalog page in the Segment App, click Add Destination.
  2. Search for “Reflag” in the Destinations Catalog, and select the Reflag destination.
  3. Choose which Source should send data to the Reflag destination.
  4. Go to Reflag’s Environment Settings and find and copy the “Publishable Key” for the Production environment.
  5. Enter the “Publishable Key” as “Publishable Key” in the “Reflag” destination settings in Segment.

Identify

If you aren’t familiar with the Segment Spec, take a look at the Identify method documentation to learn about what it does. An example call would look like:

analytics.identify('userId123', {
  name: 'John Doe',
  email: 'john.doe@example.com',
});

Segment sends Identify calls to Reflag as an identify event which updates User profiles.

Group

If you aren’t familiar with the Segment Spec, take a look at the Group method documentation to learn about what it does. An example call would look like:

analytics.identify('groupId123', {
  name: 'Acme, Inc',
});

Segment sends Group calls to Reflag as a group event which updates Company profiles.

Track

If you aren’t familiar with the Segment Spec, take a look at the Track method documentation to learn about what it does. An example call would look like:

analytics.track('Login Button Clicked', {});

Segment sends Track calls to Reflag as a track event which updates the Features page.

This page was last modified: 09 Sep 2025



Get started with Segment

Segment is the easiest way to integrate your websites & mobile apps data to over 300 analytics and growth tools.
or
Create free account