Meetings
Fetches multiple meeting records. The records can be filtered, paged, and sorted according to the respective parameters. Meetings resource is responsible for events created via the Salesloft platform using calendaring features. These events can relate to cadences, people, and accounts.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Integer | False |
The Id of the meeting. |
| Title | String | False |
Title of the meeting. |
| StartTime | Datetime | False |
Start time of the meeting. |
| EndTime | Datetime | False |
End time of the meeting. |
| CalendarId | String | False |
Calendar ID of the meeting owner. |
| CalendarType | String | False |
Calendar type of the meeting owner. Possible values are: gmail, azure, nylas, linkedin_azure, cerebro, external. The allowed values are gmail, azure, nylas, linkedin_azure, cerebro, external. |
| MeetingType | String | False |
Meeting type. |
| RecipientName | String | False |
Name of the meeting invite recipient. |
| RecipientEmail | String | False |
Email of the meeting invite recipient. |
| Location | String | False |
Location of the meeting. |
| Description | String | False |
Description of the meeting. |
| EventId | String | False |
ID of the meeting created by target calendar. |
| AccountId | String | False |
ID of the account the recipient associated to. |
| TaskId | String | False |
ID of the created task. |
| CreatedAt | Datetime | False |
Datetime of when the meeting was created. |
| UpdatedAt | Datetime | False |
Datetime of when the meeting was last updated. |
| Guests | String | False |
The list of attendees emails of the meeting. |
| Attendees | String | False |
The attendees of the meeting. Each attendee includes the following fields: status, email, name, organizer. |
| PersonId | Integer | False |
The Salesloft Person Id for the recipient. |
| CadenceId | Integer | False |
The Salesloft Cadence Id associated with meeting. |
| StepId | Integer | False |
The Salesloft Step Id associated with meeting. |
| BookedByUser | String | False |
The User who booked the meeting. |
| CrmReferences | String | False |
The List of crm references associated with the meeting. |
| EventSource | String | False |
Source of the meeting. Possible values are: 'external' - The event was synced to Salesloft platform via Calendar Sync, 'internal' - The event was created via Salesloft platform. |
| CanceledAt | Datetime | False |
Datetime of when the meeting was canceled. |
| AllDay | Boolean | False |
Whether the meeting is an all-day meeting. |
| NoShow | Boolean | False |
Whether the meeting is a No Show meeting. |
| CrmCustomFields | String | False |
The List of crm custom fields which will be logged to SFDC. |
| StrictAttribution | Boolean | False |
Strict attribution means that we 100% sure which cadence generate the meeting. |
| ICalUid | String | False |
The UID of the meeting provided by target calendar provider. |
| Status | String | False |
The Status of the meeting. Possible values are: pending, booked, failed, retry. The allowed values are pending, booked, failed, retry. |
| RescheduleStatus | String | False |
The Status of the meeting rescheduling progress. Possible values are: pending, booked, failed, retry. |
| OwnedByMeetingsSettings | String | False |
The Owner meetings settings. |
| BookedByMeetingsSettings | String | False |
The Organizer meetings settings. |
| OwnedByUserId | String | False |
The Id of the meeting Owner. |
| BookedByUserId | String | False |
The Id of the User who booked the meeting. |
| CRM | String | False |
Crm fields mapping from intake form. |
| RescheduleGUID | String | False |
Unique identifier (GUID) for the reschedule meeting link. Use this GUID as a parameter in the API endpoint to retrieve a meeting link. |
| Recurrence | String | False |
List of RRULE for a recurring event, as specified in RFC5545. This field is omitted for single events or instances of recurring events. |
| RecurringInterval | String | False |
Specifies how often a recurring event repeats (Daily, Weekly, Monthly, Yearly). This field is omitted for single events or instances of recurring events. |
| LastOccurenceAt | Datetime | False |
The timestamp of the last occurrence in a series of recurring events. |
| UndoCompletionCount | Integer | False |
The number of times a meeting has been rescheduled after completion. |
| CountTowardsMeetingAttendedMetric | Boolean | False |
Whether the meeting counts towards the Meetings Attended configurable metric. |
| CountTowadsMeetingsBookedMetric | Boolean | False |
Whether the meeting counts towards the Meetings Booked configurable metric. |
| ShowDeleted | Boolean | False |
Whether to include deleted events in the result. |