Skip to main content
Glama
appointments.ts602 B
import { BaseJustCallDto } from "./base.js"; // Appointments DTOs export interface ListAppointmentSlotsDto extends BaseJustCallDto { calendar_link: string; date: string; timezone: string; } export interface CreateAppointmentDto extends BaseJustCallDto { calendar_link: string; customer_first_name: string; customer_last_name: string; customer_email: string; customer_number: string; customer_timezone: string; appointment_customer_date: string; appointment_customer_time: string; notes?: string; } export interface GetAppointmentDto extends BaseJustCallDto { id: number; }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/saaslabsco/justcall-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server