LeadMeetingConfig
Booking details captured when a lead meeting is created.
event objectrequired
Unique numeric identifier of the record.
Unknown eventdescription object
- string
- null
start objectrequired
- date-time
- date
end objectrequired
- date-time
- date
link object
- string
- null
service object
- CalendarClientService
- null
The service's id at the calendar provider.
The service's display name.
category_id object
Optional category id the service belongs to.
- string
- null
llm_context object
Optional description given to the LLM to help it pick this service.
- string
- null
Whether the service is currently bookable.
trueaccount objectrequired
A bookable calendar account (e.g. a sales manager's calendar) exposed by a calendar integration.
The account's id at the calendar provider.
The account's display name.
IDs of the bookable services enabled for this account.
service object
- CalendarClientService
- null
The service's id at the calendar provider.
The service's display name.
category_id object
Optional category id the service belongs to.
- string
- null
llm_context object
Optional description given to the LLM to help it pick this service.
- string
- null
Whether the service is currently bookable.
true{
"event": {
"id": "string",
"title": "Unknown event",
"description": "string",
"start": "2024-07-29T15:51:28.071Z",
"end": "2024-07-29T15:51:28.071Z",
"attendees": [
"string"
],
"link": "string",
"service": {
"id": "string",
"name": "string",
"category_id": "string",
"llm_context": "string",
"is_enabled_in_calendar": true
}
},
"account": {
"id": "string",
"name": "string",
"enabled_services_ids": [
"string"
]
},
"service": {
"id": "string",
"name": "string",
"category_id": "string",
"llm_context": "string",
"is_enabled_in_calendar": true
}
}