IT OPS
Idle SaaS Seat Reclamation Sweep with Slack Approval
Runs a nightly sweep over last-login telemetry, flags seats idle past your policy window, and posts a batched reclaim list to Slack for one-click approval before deprovisioning.
How it runs
The automated pipeline, trigger to output.
- TriggerNightly schedule fires the idle-seat sweep
- ActionQuery seats with last_login past policy windowPostgres
- LogicExclude exempt roles and batch candidates
- ActionPost reclaim batch to Slack for approvalSlack
- ActionDeprovision approved seats via provider webhookHTTP webhook
- OutputWrite reclaim audit record back to PostgresPostgres
What it does
Each night this workflow scans your SaaS usage table for accounts whose last login is older than your idle-seat policy (for example 45 days), assembles the candidates into a single review batch, and posts them to a Slack channel where an IT admin approves or skips before any seat is actually revoked. Approved seats are deprovisioned via your SaaS provider's webhook and the audit trail is written back.
When to use it
Use it when license costs are creeping up and you want a recurring, human-gated reclamation process rather than ad-hoc cleanup. Good for orgs that need an approval step for compliance but don't want to review every seat manually.
How it works
- 1A nightly schedule fires the sweep.
- 2Postgres returns every seat whose last_login exceeds the idle threshold and is still marked active.
- 3A logic step filters out exempt roles (executives, service accounts) and groups the rest into one batch.
- 4The batch is posted to Slack with per-seat approve/skip controls.
- 5On approval, an HTTP webhook call to the SaaS provider deprovisions each confirmed seat.
- 6The reclaim outcome is written back to Postgres as the audit record.
Set it up
What you configure once, before turning it on.
- 1Connect PostgresAny Postgres URL — query, write, migrate.
- 2Connect SlackChannels, DMs, threads, mentions.
- 3Connect HTTP webhookTrigger any URL on agent actions.
- 4Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
- 5Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
- 6Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.
More IT Ops workflows
Daily Building Anomaly Digest to MS Teams
Each morning queries BigQuery for the prior day's flagged sensor anomalies, summarizes them by site and system into a ranked briefing.
Indoor Air Quality Breach to Tenant Notice and Work Order
Listens for CO2, VOC, or humidity sensor alerts via webhook, and when a zone exceeds occupant-safety limits it emails affected tenants, opens a Monday remediation task.
Self-Service Reclaim Email for Idle Users
Detects users idle in a SaaS app past the threshold and emails each one a keep-or-release link; unanswered seats after the deadline are auto-flagged for removal.
Outlook Room Conflict Resolver with Approval Gate in Teams
When an Outlook room clashes, proposes a rebooking and asks the bumped meeting's organizer to approve the move in Microsoft Teams before any change is made.
Outlook Room Double-Booking Resolver with Auto-Rebook
Detects when two meetings claim the same Outlook room resource and automatically relocates the lower-priority meeting to a comparable free room.
Monthly Wasted-License Cost Report
Aggregates inactive-seat data across all tracked SaaS apps each month, computes total reclaimable spend, and delivers a ranked cost report to leadership in Notion and Slack.
Run it inside a business
This workflow drops into a full company template. Import the org, and this is one of the playbooks its agents run.

Run this workflow in your colony.
14-day trial. No DevOps. No Sales call. Provisioned in under a minute.
