Book, reschedule, and cancel meetings without manual back and forth. Teams that run sales calls, demos, or interviews can show live time slots, confirm bookings, and log every detail automatically.
Incoming webhooks handle five actions: get available slots, book a time, update a time, cancel a time, and save call outcomes. The flow checks Google Calendar for busy times, builds 30 minute slots within a 9 to 6 workday in America Chicago, and enriches each option with clear date and time text. When a time is chosen, it converts to the right timezone, creates the calendar event, and returns a clean response. It also writes key data to Airtable for tracking. Update and cancel paths find the right calendar event and Airtable record, make the change, and confirm back. Friendly error messages and JSON escaping protect against bad inputs and double booking.
To set this up you need Google Calendar, Airtable, and a webhook source to send requests. Expect faster booking, less data entry, and fewer mistakes. This is great for sales demos, customer success check ins, and interview scheduling.