Every flow in Fanaura has a simple on/off switch — the is_active toggle. When it is on, the flow is live and executing. When it is off, it is dormant. Understanding exactly what happens when you flip that switch is important for managing your automations without disrupting fan experiences.Documentation Index
Fetch the complete documentation index at: https://help.fanaura.com/llms.txt
Use this file to discover all available pages before exploring further.
The is_active Toggle
The toggle is a simple switch with two states:- On (Active)
- Off (Inactive)
- The flow’s trigger is listening for events
- New fans are being enrolled
- Actions are executing for enrolled fans
Where to Toggle
You can toggle a flow on or off from three different places in Fanaura:Flow Detail Page
Open the flow in the Flow Builder. The is_active toggle is in the top-right corner. Most common location.
Active Triggers Overview
Navigate to Launches and find the Active Triggers Overview. Each trigger row has an inline toggle. Best for managing multiple flows.
Launch Detail Page
Open a launch and look at the flow cards under each cycle stage. Each card includes a toggle indicator.
What Happens When You Toggle ON
When you activate a flow:Trigger Starts Listening
Whatever event your trigger is configured for (presave, DM keyword, email open, etc.) is now being monitored in real time.
New Enrollments Begin
Any fan who performs the trigger action from this moment forward will be enrolled in the flow.
Actions Start Executing
Enrolled fans begin moving through the sequence — delays start counting, emails start sending, conditions start evaluating.
First Activation Checklist
- All nodes are configured (no empty actions or unconfigured conditions)
- Email content is finalized and test emails have been sent
- SMS messages are reviewed and tested
- Conditions are correctly configured with the right criteria
- Delays are set to appropriate durations
- Flow Settings are reviewed (timezone, time windows, re-entry, etc.)
- Active Triggers Overview checked for conflicts
- You have triggered the flow yourself for an end-to-end test (if possible)
What Happens When You Toggle OFF
When you deactivate a flow:Trigger Stops Listening
No new events are captured. If a fan presaves right now, the flow will NOT enroll them.
Existing Fans Continue
Fans already in the flow keep moving. Their delays keep counting, their scheduled actions keep firing, and their conditions keep evaluating. They will complete the flow as designed.
Why Existing Fans Continue
This design is intentional. Imagine a fan is halfway through a 7-day email drip sequence and you toggle the flow off. It would be a terrible experience if they suddenly stopped receiving the sequence mid-journey. Fanaura lets them finish what they started.
When to Toggle OFF
The Campaign Is Over
The Campaign Is Over
Your launch has completed and you no longer need the flow. Turn it off so it does not keep enrolling fans from stale triggers.
You Need to Make Changes
You Need to Make Changes
If you need to significantly edit an active flow (restructuring nodes, changing conditions, modifying the trigger), it is safer to:
- Toggle off
- Make your edits
- Test the changes
- Toggle back on
A Conflict Was Detected
A Conflict Was Detected
The Active Triggers Overview shows that this flow conflicts with another flow’s trigger. Turn one off to prevent duplicate messages.
Debugging an Issue
Debugging an Issue
Something is going wrong — fans are receiving the wrong messages, conditions are misbehaving, or errors are piling up in the execution logs. Toggle off to stop the bleeding while you investigate.
Seasonal Pause
Seasonal Pause
A flow that runs during a specific period (holiday merch campaign, summer tour promotion) should be turned off when the season ends. You can always turn it back on next time.
When to Toggle ON
Everything Is Ready
Everything Is Ready
You have built the flow, configured the settings, tested the messages, and checked for conflicts. It is go time.
Reactivating After a Pause
Reactivating After a Pause
A seasonal flow is ready to run again. Toggle it on and the trigger starts listening immediately.
A New Stage Begins
A New Stage Begins
Your launch moves from Pre-Release to Release. Toggle on the Release-stage flows and consider toggling off Pre-Release flows that are no longer relevant.
Impact on Other Flows
Toggling a flow on or off only affects that specific flow. Other flows are completely unaffected, even if they share the same trigger type.Turning off one presave flow does NOT affect another presave flow. Turning off all flows in one launch does NOT affect flows in other launches. The toggle is flow-specific, not trigger-specific or launch-specific.
Go-to-Flow Interactions
If Flow A has a Go-to-Flow action that redirects fans to Flow B:- Flow B Is Active
- Flow B Is Inactive
Fans redirect successfully and enter Flow B as expected.
Quick Automations Toggle
Quick Automations (standalone flows not tied to a launch) work the same way. They have their own is_active toggle in the Automations tab on the Launches page. Toggle behavior is identical — on means active, off means no new enrollments but existing fans continue.Best Practices
- Before Toggling ON
- After Toggling ON
- Before Toggling OFF
- After Toggling OFF
- Check Active Triggers Overview: Prevent conflicts by verifying no other flow uses the same trigger
- Send test messages: Email, SMS, and DM content should be verified before fans see it
- Review Flow Settings: Timezone, time windows, and enrollment rules are configured correctly
- Start with one flow: If your launch has multiple flows, activate them one at a time and verify each is working before activating the next

