send_invitation
Send an appointment invitation to a client on behalf of the service provider. The visitor will receive a confirmation request. Check availability first using get_calendar_availability. You can reference an existing contact by contactId, or provide firstName/email/phone directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Email of the client | ||
| notes | No | Optional notes | |
| phone | No | Phone of the client | |
| endTime | Yes | End time in ISO 8601 format (e.g., 2025-01-15T10:45:00Z) | |
| lastName | No | Last name of the client | |
| location | No | Optional meeting location | |
| contactId | No | Existing contact ID (optional — if provided, firstName/email/phone are used from the contact) | |
| firstName | Yes | First name of the client | |
| startTime | Yes | Start time in ISO 8601 format (e.g., 2025-01-15T10:00:00Z) | |
| calendarId | Yes | The calendar ID |