Skip to content

AppointmentAttendee

Normalized attendee returned with an appointment.

Properties

Property Type Required Description
id any of: string, number Yes CRM attendee or contact identifier.
name string No Attendee display name.
type string No Connector-specific attendee entity type.
status string No Connector-specific invitation or attendance status.
email string No Attendee email address.

Example

{
  "id": "string",
  "name": "string",
  "type": "string",
  "status": "string",
  "email": "string"
}