CHATBOTS

Multi-Attendee Reschedule Negotiator for Group Meetings

An agent-driven bot that, on a reschedule request, checks free/busy across every attendee's Google Calendar, reasons over constraints to find a time that works for the whole group.

CategoryChatbots
Enginepaperclip
Difficultyadvanced
Triggerchat
Steps7
Setup~25 min

How it runs

The automated pipeline, trigger to output.

  • TriggerGroup reschedule request in IntercomIntercomIntercom
  • ActionLoad meeting and attendees from PostgresPostgreSQLPostgres
  • ActionRead free/busy for each attendee calendarGoogle CalendarGoogle Calendar
  • LogicReason over overlap and rank group-fit slots
  • ActionNegotiate options in Intercom threadIntercomIntercom
  • ActionUpdate group event and write to PostgresGoogle CalendarGoogle Calendar
  • OutputConfirm new time and attendee listIntercomIntercom

What it does

Reschedules meetings that involve more than two people. Instead of offering whatever the host has open, the agent reads free/busy for every required attendee, reasons about overlapping availability and priority, and proposes only slots the whole group can actually make — then drives the confirmation conversation.

When to use it

For onboarding calls, demos with multiple stakeholders, or panel interviews where a single conflict cascades into a coordination nightmare. Use it when "find a time everyone can do" is the hard part, not the calendar mechanics.

How it works

  1. 1A reschedule request arrives over Intercom and fires the trigger.
  2. 2The agent loads the meeting and its attendee list from Postgres.
  3. 3It reads free/busy for each attendee's Google Calendar in turn.
  4. 4The agent reasons over the combined availability, attendee priority, and time-zone spread to rank candidate slots, discarding any with a hard conflict.
  5. 5It proposes the top options in the Intercom thread and answers follow-up questions about timing.
  6. 6Once a slot is agreed, it updates the Google Calendar event for all attendees and writes the change to Postgres.
  7. 7It posts a final confirmation summarizing who is on the new invite.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect IntercomConversations, contacts, articles.
  2. 2
    Connect Google CalendarEvents, attendees, availability.
  3. 3
    Connect PostgresAny Postgres URL — query, write, migrate.
  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.