Create meeting
Calendar
Create meeting
Create a new meeting with optional participants. The meeting will be marked as created via API.
POST
Create meeting
Authorizations
Use your API key as a Bearer token. API keys can be generated in Settings → Integrations → API Access.
Body
application/json
Meeting title (required)
Required string length:
1 - 500Meeting start time in ISO 8601 format (required)
Meeting end time in ISO 8601 format (required, must be after startTime)
Whether this is an all-day event (default: false)
Associated company ID
Event type (default: Other)
Available options:
QBR, OnSiteTechVisit, InternalMeeting, ClientCall, ProjectMilestone, ComplianceReview, BusinessReview, Other Meeting status (default: Scheduled)
Available options:
Scheduled, Confirmed, Completed, Canceled, Rescheduled, Pending Notes Location ID
Location description/address
Maximum string length:
500Meeting notes/description
Maximum string length:
10000List of participants to add to the meeting
Response
Meeting created successfully