Update database records when meetings are canceled
When a meeting is canceled in WhatTime, automatically update the matching record in PostgreSQL to maintain accurate availability records.
See all PostgreSQL + WhatTime integrations or talk to a human
Google for Startups AcceleratorHow Knit builds this workflow
The Agent researches both APIs and wires the trigger on one side to the action on the other — no pre-built connector required. Here is the vocabulary it has to work with.
PostgreSQL Explore PostgreSQL →
TriggersFires when a new row is added to a table in PostgreSQL.
Fires when an existing row changes in PostgreSQL.
Fires when a scheduled query in PostgreSQL finishes running.
Runs a SQL query against PostgreSQL and returns the result.
Writes a new or updated row to PostgreSQL.
Syncs a table in PostgreSQL with data from another source.
WhatTime Explore WhatTime →
TriggersFires when a new event is created in WhatTime.
Fires when an event's time or details change in WhatTime.
Fires when an event in WhatTime is canceled.
Fires shortly before a scheduled event in WhatTime starts.
Creates a new event in WhatTime.
Updates an existing event in WhatTime.
Cancels an event in WhatTime.
Finds an open time slot on a calendar in WhatTime.
More PostgreSQL + WhatTime workflows
See all PostgreSQL + WhatTime integrations → · Browse the full workflow library →
Enterprise-grade security
Common questions
Can Knit build “Update database records when meetings are canceled” between PostgreSQL and WhatTime?
Yes — describe it in the box above and Knit's Integrations Agent researches PostgreSQL and WhatTime's public API docs (or your own uploaded docs) and builds a working workflow, whether or not either app already has a pre-built connector.
How long does it take to build?
Minutes to a first working version, not weeks — you test it against real data before it goes anywhere near production.
What's the most common Databases & Warehouses + Calendar automation?
Writing new events and their attendees from WhatTime into a table in PostgreSQL continuously, so scheduling patterns can be reported on over time.
Does this include event details, or just the time and attendees?
The Agent can also sync the event title, description, and any custom fields WhatTime exposes, not just the bare time slot.