Appointlet is a scheduling platform that allows businesses to manage appointments and bookings
Tools and capabilities available for Appointlet
List all scheduled meetings/appointments with optional filtering by date range, status, or attendee
Parameters: start_date, end_date, status, attendee_email, limit
Get detailed information about a specific meeting/appointment by ID
Parameters: meeting_id
Create a new meeting/appointment booking
Parameters: meeting_type_id, attendee_name, attendee_email, attendee_phone, start_time, timezone, custom_fields, notes
Cancel a scheduled meeting/appointment
Parameters: meeting_id, reason, send_notification
Reschedule an existing meeting to a new time
Parameters: meeting_id, new_start_time, send_notification
Get available time slots for a specific meeting type
Parameters: meeting_type_id, start_date, end_date, timezone
List all available meeting types/templates configured in the account
Parameters: active_only
Get detailed configuration of a specific meeting type
Parameters: meeting_type_id
Update configuration settings for a meeting type
Parameters: meeting_type_id, name, duration, description, location, is_active, buffer_time_before, buffer_time_after
Quick view of all meetings scheduled for today
Parameters: timezone
Get the next upcoming meetings within a specified number of days
Parameters: days, limit
Search for attendees by name or email
Parameters: query, limit
Get meeting history for a specific attendee
Parameters: attendee_email, include_cancelled
Add or update notes for a specific meeting
Parameters: meeting_id, notes
Update the status of a meeting (completed, no-show, etc.)
Parameters: meeting_id, status
Get current account settings and configuration
Get the public booking page URL for a specific meeting type
Parameters: meeting_type_id, prefill_data
Send a reminder notification for an upcoming meeting
Parameters: meeting_id, custom_message
Get statistics and analytics about meetings over a time period
Parameters: start_date, end_date, group_by
Have an idea for a tool that should be added? Describe it below and we'll add it for you.