PERSONAL PRODUCTIVITY
Real-Time Invite Cost Scorer via Webhook
A scheduling tool posts a draft invite to a webhook; the workflow returns a live cost score and a cheaper-alternative suggestion (shorter slot or fewer attendees) so the booking…
How it runs
The automated pipeline, trigger to output.
- TriggerDraft invite posted to webhookHTTP webhook
- ActionPrice attendees from rate tablePostgres
- LogicCompute score + cheaper alternative
- ActionLog scoring event to PostgresPostgres
- OutputReturn cost score + suggestionHTTP webhook
What it does
This powers an in-product cost preview. A booking or scheduling tool sends a draft invite (attendees, duration) to the webhook; the workflow prices it against the rate table and returns a JSON score plus a concrete cheaper alternative, such as a 30-minute slot instead of 60 or dropping optional attendees. The cost appears before anyone clicks send.
When to use it
Use it when you control the scheduling surface and want the price shown inline, not after the fact. It is the lowest-friction nudge: the organizer sees the number while still editing.
How it works
- 1A draft invite arrives via HTTP webhook from the scheduling tool.
- 2Attendees are priced against the Postgres rate table.
- 3Logic computes the cost and generates one cheaper alternative (shorter duration or trimmed optional guests).
- 4A compact event log is written to Postgres for analytics.
- 5The webhook responds with the cost score and suggestion for the UI to render.
Set it up
What you configure once, before turning it on.
- 1Connect HTTP webhookTrigger any URL on agent actions.
- 2Connect PostgresAny Postgres URL — query, write, migrate.
- 3Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
- 4Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
- 5Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.
More Personal Productivity workflows
Monthly Meeting Cost Report by Email
On the first of each month, tallies every recurring meeting's total person-hours across the team, converts to an estimated dollar cost.
Turn Outlook email promises into assigned Asana tasks with due dates
When you send an email containing a commitment, an LLM extracts the promise and its deadline and creates a corresponding Asana task assigned to you with the due date set.
Auto-decline low-priority invites that collide with deep-work blocks
When a new calendar invite lands on top of a protected deep-work block, an AI scores its priority and auto-declines low-value meetings with a polite note proposing alternative…
Decline focus-block meetings and auto-propose a free slot via Notion log
When a low-priority invite hits a focus block, it declines the meeting, finds your next genuinely free slot, replies with a counter-proposal.
Log Outlook promises to Airtable with per-recipient commitment rollups
Captures promises from sent Outlook mail into an Airtable base, linking each commitment to a recipient record so you get a running per-contact view of everything you've promised…
Email-to-Task: Turn Action-Required Mail Into Linear Issues
Detects mail that contains a concrete task or request, extracts the deliverable and due date, and creates a Linear issue automatically so commitments from email never get lost.
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.
