Skip to content

How do I test my flow in production without affecting a real customer?

A production test on a real customer is a recipe for complaints. You need a feature flag or test mode to validate end-to-end without side effects.

Try this first

  1. 1Build a 'test mode' flag: on payload with test_mode=true skip side effects (mail, payment, write to production CRM) and log only what you would do.
  2. 2Create a test record in your source (test customer, test product) and route on it: if email='test@company.nl', dry-run.
  3. 3For SaaS with sandboxes: use them. Stripe has test keys, HubSpot has developer portals, Mollie has test mode. Zero risk of production customers.
  4. 4End-to-end test on a schedule: nightly create a test payload, run the flow, compare output to expectation. Early regression detection.
  5. 5Don't leave test mode permanently on, that gives a false sense of safety. Test mode is a tool, not a lifestyle.

When to bring us in

Got flows touching money or customer email with no test mode, that's a blind spot. We can build the pattern in.

See also

None of the above fits?

Describe your situation below. We pass your input plus the steps you already saw to our AI and return tailored next-step advice. If it's too risky to DIY, we'll say so.

Who are you?

For the AI question we need your email and company, so we can follow up if the AI gets stuck, and to prevent abuse.

Limited to 2 questions per hour and 5 per day, kept lean so the AI stays useful. For more, contacting us directly works better for you and us.

Or skip the DIY entirely

Our Managed IT clients do not look these things up. One point of contact, a fixed monthly price, resolved within working hours.