Skip to main content

LeadMeetingConfig

Booking details captured when a lead meeting is created.

event objectrequired
idIdrequired

Unique numeric identifier of the record.

titleTitle
Default value: Unknown event
description object
anyOf
string
start objectrequired
anyOf
date-time
end objectrequired
anyOf
date-time
attendeesstring[]
link object
anyOf
string
service object
anyOf
idIdrequired

The service's id at the calendar provider.

nameNamerequired

The service's display name.

category_id object

Optional category id the service belongs to.

anyOf
string
llm_context object

Optional description given to the LLM to help it pick this service.

anyOf
string
is_enabled_in_calendarIs Enabled In Calendar

Whether the service is currently bookable.

Default value: true
account objectrequired

A bookable calendar account (e.g. a sales manager's calendar) exposed by a calendar integration.

idIdrequired

The account's id at the calendar provider.

nameNamerequired

The account's display name.

enabled_services_idsstring[]

IDs of the bookable services enabled for this account.

service object
anyOf
idIdrequired

The service's id at the calendar provider.

nameNamerequired

The service's display name.

category_id object

Optional category id the service belongs to.

anyOf
string
llm_context object

Optional description given to the LLM to help it pick this service.

anyOf
string
is_enabled_in_calendarIs Enabled In Calendar

Whether the service is currently bookable.

Default value: true
LeadMeetingConfig
{
"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
}
}