Adding a Delay
- In the Flow Builder canvas, click the add button (”+”) below any node
- Select “Delay” from the node type menu
- Choose your delay type
- Configure the duration or condition
- The delay node appears on the canvas
Delay Types
Fanaura offers three types of delays, each designed for different timing needs.Time Delay
The simplest type: wait a fixed amount of time before continuing.Configuration
Set the duration using:- Seconds: Wait 30 seconds (useful for rapid sequences like IG DM conversations)
- Minutes: Wait 5 minutes (good for a brief pause after a trigger before the first message)
- Hours: Wait 2 hours (allow time for the fan to take an action before following up)
- Days: Wait 3 days (standard drip sequence spacing)
- Weeks: Wait 1 week (longer nurture sequences)
Examples
Quick follow-up after presave:How It Works Behind the Scenes
When a fan hits a time delay, Fanaura schedules the next action using a reliable message queue. The scheduled message fires at exactly the right time — even if your Fanaura account is not actively being used. Delays are reliable to the second.Fan-Action Delay
Wait until the fan takes a specific action — or until a timeout period expires.Configuration
-
Select the action to wait for: Choose from available fan actions:
- Fan opens an email
- Fan clicks a link in an email
- Fan replies to an SMS
- Fan streams your music
- Fan purchases merch
- Fan RSVPs to an event
- Fan clicks a ticket link
-
Set a timeout: How long should the delay wait before giving up?
- Example: “Wait for email open, timeout after 3 days”
-
On timeout: What happens if the fan does not take the action within the timeout?
- Continue: Move to the next node in the flow (the fan proceeds even though they did not act)
- Exit flow: Remove the fan from the flow entirely
Examples
Email open follow-up:How It Works Behind the Scenes
Fan-action delays set up a listener for the specified event. When Fanaura detects the fan action (via webhook, API, or real-time update), it immediately advances the fan past the delay. A scheduled timeout acts as a fallback — if the action is not detected before the timeout fires, the timeout behavior takes over.Condition-Based Delay (Until Date)
Wait until a specific calendar date, typically derived from your asset metadata.Configuration
-
Select the date source: Choose from:
- Release date (from your music asset)
- Event date (from your tour asset)
- On-sale date (from your tour or merch asset)
- Pre-order date (from your merch asset)
- Custom date (enter manually)
-
Optional offset: Add or subtract time from the date
- “Release date minus 3 days” (fire 3 days before release)
- “Event date minus 1 hour” (fire 1 hour before the show)
- “On-sale date plus 0 days” (fire at midnight on on-sale day)
Examples
Release day blast:How It Works Behind the Scenes
Until-date delays read the relevant date from your asset metadata, apply the offset, and schedule the next action for that exact timestamp. If you update the date on your asset, existing delays will respect the new date.Timezone Awareness
Delays respect timezone settings configured in Flow Settings:Account Timezone
All delays use your account’s default timezone. A “Wait until 9 AM” delay fires at 9 AM in your timezone for all fans.Fan Timezone
If enabled, delays adjust to each fan’s local timezone. A “Wait until 9 AM” delay fires at 9 AM Eastern for a New York fan and 9 AM Pacific for an LA fan. Fan timezone is especially important for:- Time windows: Ensuring messages arrive during reasonable hours
- Date-based delays: Making sure “release day” starts at a sensible time in each fan’s local zone
- International audiences: If your fans span multiple countries, fan timezone prevents 3 AM messages
Tip: If your fan base is primarily in one country, account timezone works fine. If you have international fans, enable fan timezone for a better experience.
Combining Delays
You can chain multiple delays for sophisticated timing:- Time delay (1 minute) — Brief pause before the thank-you
- Time delay (3 days) — Spacing between messages
- Fan-action delay (email open, 2-day timeout) — Waiting for engagement
- Until-date delay (release date) — Scheduling the release announcement
Tips and Best Practices
- Always include a delay after the trigger: Even 1 minute prevents your message from arriving before the fan’s browser has finished loading the trigger confirmation page
- Respect your fans’ attention: Space messages at least 1-2 days apart in a drip sequence. More than one message per day feels aggressive.
- Use fan-action delays for engagement gating: Only send follow-ups to fans who engaged with the previous message
- Set reasonable timeouts: A 30-day timeout on a fan-action delay means the fan might forget why they are hearing from you. Keep timeouts under 7 days for most use cases.
- Test your delays: Activate a flow and trigger it yourself. Make sure the timing feels right from the fan’s perspective.
- Combine with conditions: A delay followed by a condition is a powerful pattern — “Wait 3 days, then check if they opened the email, then branch accordingly.”

