Book a call/demo with a CRM contact
book_meetingSchedule a call, demo, or meeting with a CRM company and an optional contact. Validates company and contact existence, stores booking with status 'scheduled'.
Instructions
Schedule a call, demo, or meeting with a CRM company (and optionally a specific contact within it). Validates the company exists (list_companies) and the contact belongs to it. Time is an ISO timestamp; stored under crm/bookings.json with status 'scheduled'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | Yes | Start time as an ISO timestamp, e.g. 2026-08-01T17:00:00Z. | |
| type | No | ||
| notes | No | ||
| company | Yes | CRM company id (from list_companies). | |
| contact | No | A contact id (c1) or name within the company. | |
| project | Yes | ||
| subject | No | ||
| durationMins | No | Length in minutes (default 30). |