SALES

Stalled-Trial Re-Engagement Sequence

Detects trial accounts whose usage has gone silent for several days, scores how far they got before stalling.

CategorySales
Enginesim
Difficultyintermediate
Triggerschedule
Steps6
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerDaily scan for stalled trials
  • ActionQuery trials silent for N daysPostgreSQLPostgres
  • LogicBucket by last-reached stage
  • ActionSelect stage-matched email copy
  • OutputSend re-engagement emailGmailGmail
  • ActionLog attempt and stagePostgreSQLPostgres

What it does

Finds trials that started strong then went quiet, classifies how deep they got before stalling, and sends a recovery email matched to their drop-off stage to pull them back in.

When to use it

Use this to catch the silent majority of trials that abandon mid-evaluation. Instead of a generic "come back" blast, it tailors the message to whether they stalled at setup, at first value, or near the paywall, which lifts re-engagement meaningfully.

How it works

  1. 1A daily schedule kicks off the scan.
  2. 2Postgres returns trial accounts with no usage events in the last N days but at least one event historically.
  3. 3A logic branch buckets each account by last-reached stage: setup, activated, or power-user.
  4. 4An action selects the matching email copy and personalization tokens for that bucket.
  5. 5Gmail delivers the stage-specific re-engagement email.
  6. 6The flow records the attempt and stage in Postgres for reporting and to cap re-engagement frequency.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect PostgresAny Postgres URL — query, write, migrate.
  2. 2
    Connect GmailRead, draft, send, label.
  3. 3
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  4. 4
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  5. 5
    Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.

Run this workflow in your colony.

14-day trial. No DevOps. No Sales call. Provisioned in under a minute.