IT OPS

Idle Seat Holder Grace-Period Email

When a seat crosses the idle threshold, it emails the seat holder a polite use-it-or-lose-it notice with a grace deadline, logs the warning.

CategoryIT Ops
Enginesim
Difficultyintermediate
Triggerschedule
Steps6
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerDaily schedule fires
  • ActionRead seats, last-login, prior warnings from PostgresPostgreSQLPostgres
  • LogicSplit into newly-idle vs grace-expired holders
  • ActionEmail grace-period notice to newly-idle holdersGmailGmail
  • ActionRecord warning date in PostgresPostgreSQLPostgres
  • OutputPost confirmed-reclaim list to SlackSlack

What it does

Before any seat is reclaimed, this workflow gives the human a fair chance to keep it. When SSO telemetry shows a seat idle past threshold, it emails the holder a clear notice: the license is scheduled for reclaim unless they log in by a stated grace deadline. It records the warning date so the next run can act only on people who ignored it.

When to use it

Use this to reduce the political friction of license reclamation. It avoids yanking access from someone on leave or mid-project, and creates a documented good-faith warning before downgrade.

How it works

  1. 1A daily schedule triggers the run.
  2. 2It reads seats and SSO last-login data from Postgres, plus any prior warning timestamps.
  3. 3A logic step splits candidates into newly-idle seats (send first warning) and previously-warned seats whose grace window has now expired.
  4. 4For newly-idle holders it sends a Gmail grace-period notice with the deadline and login link.
  5. 5It writes the warning date back to Postgres.
  6. 6For expired non-responders it posts a confirmed-reclaim list to Slack for IT to action.

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
    Connect SlackChannels, DMs, threads, mentions.
  4. 4
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  5. 5
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  6. 6
    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.