OTHER

Real-Time Arrival Confirmer

Listens for each badge-in event as it happens, matches it to that person's reservation.

CategoryOther
Enginesim
Difficultyadvanced
Triggerwebhook
Steps5
Setup~25 min

How it runs

The automated pipeline, trigger to output.

  • TriggerBadge-in event received via webhookHTTP webhook
  • ActionLook up employee reservation for todayGoogle BigQueryBigQuery
  • LogicBranch on reservation match found
  • ActionMark desk checked-in via booking APIHTTP webhook
  • OutputAlert front desk on unmatched badge-inSlack

What it does

Instead of a once-a-day sweep, this workflow reacts the moment someone badges into the building. It receives the badge event by webhook, looks up that employee's reservation for the day, and confirms the desk check-in. If the badge-in arrives but no matching reservation exists, it routes a real-time alert so the front desk can resolve it immediately.

When to use it

Use it when you want live, accurate occupancy rather than a batch reconciliation, and when you want check-ins to happen automatically on entry instead of asking people to tap a kiosk.

How it works

  1. 1A webhook trigger receives a badge-in event from the access-control system.
  2. 2Query BigQuery for the employee's reservation for the current day.
  3. 3A logic branch splits on whether a matching reservation was found.
  4. 4If matched, call the booking API webhook to mark the desk checked-in.
  5. 5If unmatched, post a real-time alert to the front-desk Slack channel with the employee and timestamp.
  6. 6Append the resolved event to the live occupancy log in BigQuery.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect HTTP webhookTrigger any URL on agent actions.
  2. 2
    Connect BigQueryDatasets, queries, schemas.
  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.