Meetings
Create a meeting
Create a new meeting. Only past meetings can be logged via the API.
POST
Create a meeting
Authorizations
OAuth 2.0 Bearer Token from Clerk authentication
Headers
Unique key to ensure idempotent request handling. If a request with the same key was already processed, the original response will be returned.
Body
application/json
The book ID
Example:
"abc123xyz"
Meeting title
Example:
"Client Review"
Meeting start time (ISO8601). Must be in the past.
Example:
"2024-01-15T10:00:00Z"
Meeting end time (ISO8601)
Example:
"2024-01-15T11:00:00Z"
Meeting notes (markdown)
Example:
"## Agenda\\n\\n- Review portfolio"
Array of household IDs to link to this meeting
Response
meeting created
Available options:
instant, calendar_event, imported, logged Available options:
other, client_review, prospect, client_check_in, internal, coi Create a meeting