Skip to content
Feature Flags

Slack Notifications

How Slack Notifications works in Paycux, what it is for, and the smallest setup that gets it running.

Introduction

Slack Notifications is part of the Paycux platform. This page explains what it does, when to reach for it, and the smallest working setup you can ship.

Everything below applies to both environments. Build and test in staging, then promote the same configuration to production without changing your code — only the API key and client ID differ.

Configure your Slack connection

Configure your Slack connection is handled by Slack Notifications rather than by your application code. Paycux exposes it through the same API surface as the rest of the platform, so the client you already configured needs no additional setup.

Configuration lives in the dashboard and is versioned per environment. Change it in staging, confirm the behaviour, then apply the same change to production.

Slack notifications

Slack notifications is handled by Slack Notifications rather than by your application code. Paycux exposes it through the same API surface as the rest of the platform, so the client you already configured needs no additional setup.

Configuration lives in the dashboard and is versioned per environment. Change it in staging, confirm the behaviour, then apply the same change to production.

Flag lifecycle events

Feature flags are evaluated per user and per organization, so you can ship a change to one customer before the rest. Evaluation happens locally against a cached rule set, so a flag check never adds a network round trip.

Flags are configuration, not permissions. Do not use a flag to gate access to data a user should not see — use a permission check for that.

Rule updates and targeting changes

Rule updates and targeting changes is handled by Slack Notifications rather than by your application code. Paycux exposes it through the same API surface as the rest of the platform, so the client you already configured needs no additional setup.

Configuration lives in the dashboard and is versioned per environment. Change it in staging, confirm the behaviour, then apply the same change to production.

Disconnect an existing connection

Disconnect an existing connection is handled by Slack Notifications rather than by your application code. Paycux exposes it through the same API surface as the rest of the platform, so the client you already configured needs no additional setup.

Configuration lives in the dashboard and is versioned per environment. Change it in staging, confirm the behaviour, then apply the same change to production.