HR & RECRUITING
Detect Anomalous Contractor Timesheet Entries
On every new timesheet submission, scores the entry against the contractor's own history using statistical thresholds and posts suspicious entries (duplicate days.
How it runs
The automated pipeline, trigger to output.
- TriggerTimesheet submission webhookHTTP webhook
- ActionQuery contractor's 12-week baseline from BigQueryBigQuery
- LogicScore entry for anomalies vs baseline
- LogicSkip entries with no flags
- ActionPost flagged entry to Slack review channelSlack
- OutputAppend scored result to BigQuery audit tableBigQuery
What it does
When a contractor submits a timesheet, this workflow compares the entry against that contractor's historical pattern stored in BigQuery, then flags entries that look wrong: more than 24 hours in a day, duplicate dates, or hours far above their rolling average. Reviewers see only the anomalies, with the reason attached.
When to use it
Use it when timesheet volume is too high to eyeball every entry and you want to catch padding, double-entry, or fat-finger errors before approval and payment.
How it works
- 1A webhook fires when a timesheet entry is submitted.
- 2Query BigQuery for the contractor's trailing 12-week hours to establish a baseline mean and standard deviation.
- 3Score the new entry: check for impossible hours, duplicate dates, and any value beyond three standard deviations from baseline.
- 4Branch: entries with no flags pass through silently and are skipped.
- 5For flagged entries, post a Slack message to the review channel naming the specific rule that tripped and the contractor.
- 6Append the scored result to a BigQuery audit table for trend tracking.
Set it up
What you configure once, before turning it on.
- 1Connect BigQueryDatasets, queries, schemas.
- 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 HR & Recruiting workflows
Assemble and send the debrief packet after the final interview
Triggered when a candidate's final interview ends on the calendar, it waits a short window for scorecards, compiles the aggregated packet to Google Drive.
New-Hire Credential Intake to Renewal Calendar Holds
When a new credential is added to the tracker, it validates the record, files the document.
Credential Renewal Evidence Verification Agent
When an employee replies with a renewed credential document, an agent reads the attachment, extracts the new expiry date and credential number.
Escalate Compliance-Blocking Credential Lapses to Managers
Each day it finds credentials that have already expired or expire within 48 hours and are flagged compliance-blocking.
Day-one readiness orchestrator across all onboarding owners
An agent-driven coordinator that, when a hire is launched, plans the full provisioning program across IT, Facilities, and Finance, opens the work in your tracker.
Loom intake to req-tracker row in Airtable
Transcribes a hiring manager's Loom intake, scores the brief for completeness, and either logs a ready req in Airtable or routes incomplete intakes to a follow-up Slack ping.
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.
