Meetings
A Meeting activity represents a calendar event synced from Google Calendar or Microsoft Outlook, or created manually.
A meeting activity can have the following statuses:
upcomingif the meeting is in the futurein-progressif the meeting is currently in progresscompletedif the meeting happened and has endedcanceledif the meeting was deleted from all synced calendars, all participants that exist as contacts on a lead were removed from the meeting, or the meeting was moved to an “all day” event after it was synced on a lead pagedeclined-by-leadif at least one contact on the lead that is a part of the attendees list declined the meeting, and no other contacts on the lead accepted the meetingdeclined-by-orgif all Close users on the meeting declined to attend
Each contact in the attendees array can have the following statuses:
noreplyif the attendee has yet to reply to the meeting inviteyesif the attendee has replied yesnoif the attendee has replied nomaybeif the attendee has replied maybe
Provider calendar information fields are also available. See Meeting Search:
provider_calendar_event_id- the provider event ID the meeting was synced fromprovider_calendar_ids- the provider calendar IDs the meeting was synced fromprovider_calendar_type- either"google"or"microsoft"
The is_recurring field will be true if a meeting is a recurring meeting on your Google Calendar.
The following date and time fields are available:
date_createdanddate_updated- when the meeting object was created and last updated in Closestarts_atandends_at- when the meeting event starts and endsactivity_at- determines where the meeting shows up in the activity timeline, set tostarts_atby default
To add Meeting notes to an existing Meeting activity, use the user_note_html field. Notes should be formatted as rich text and can include links, images, and other rich-text elements.
Meetings may be assigned a custom user-defined outcome via the outcome_id field. See Outcomes to learn more.
Meeting transcripts
Meeting transcripts can be accessed using this API but are not loaded by default. To load transcripts, use the _fields parameter with transcripts value. The transcripts field is an array of objects for each Close Notetaker bot that joined the meeting. Typically, there will be only one transcript though. The transcripts are ordered by the time bots joined the meeting.
Example transcript in response: