Skip to main content

Update a meeting

PUT 

/v2/meetings/:id

Updates a meeting, by ID only.

Request

Path Parameters

    id stringrequired

    Meeting ID

    Example: 123

Body

required
    no_show boolean

    Whether the meeting is a No Show meeting

    status string

    Status of the meeting creation progress. Possible values are: pending, booked, failed, retry

    reschedule_status string

    Status of the meeting rescheduling progress. Possible values are: pending, booked, failed, retry

    event_id string

    Meeting ID from the calendar provider

    i_cal_uid string

    Meeting unique identifier (iCalUID)

Responses

Success

Schema
    id integer

    ID of the meeting

    title string

    Title of the meeting

    start_time date-time

    Start time of the meeting

    end_time date-time

    End time of the meeting

    calendar_id string

    Calendar ID of the meeting owner

    calendar_type string

    Calendar type of the meeting owner. Possible values are: gmail, azure, nylas, linkedin_azure, cerebro, external

    meeting_type_id string

    Meeting type ID

    meeting_type string

    Meeting type

    recipient_name string

    Name of the meeting invite recipient

    recipient_email string

    Email of the meeting invite recipient

    location string

    Location of the meeting

    description string

    Description of the meeting

    event_id string

    ID of the meeting created by target calendar

    account_id string

    ID of the account the recipient associated to

    task_id string

    ID of the created task

    created_at date-time

    Datetime of when the meeting was created

    updated_at date-time

    Datetime of when the meeting was last updated

    guests string[]

    The list of attendees emails of the meeting

    attendees object[]

    The attendees of the meeting. Each attendee includes the following fields: status, email, name, organizer

  • Array [
  • email string

    Email of the attendee

    name string

    Name of the attendee

    organizer boolean

    Whether the attendee is the organizer of the event.

    status string

    The attendee's response status. Possible values are: needsAction, accepted, tentative, declined

    status_changed boolean

    Whether the attendee changed response status

    person object

    Salesloft Person record

    id integer
    _href string
    deleted_at date-time

    Datetime of when the attendee was deleted

    affiliation string

    Indicates whether the attendee is internal or external

  • ]
  • person object

    Salesloft Person record for the recipient

    id integer
    _href string
    cadence object

    Salesloft Cadence record associated with meeting

    id integer
    _href string
    step object

    Salesloft Step record associated with meeting

    id integer
    _href string
    owned_by_user object

    Owner of the meeting

    id string
    _href string
    booked_by_user object

    User who booked the meeting

    id string
    _href string
    crm_references object

    List of crm references associated with the meeting

    crm object

    Crm fields mapping from intake form

    event_source string

    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

    canceled_at date-time

    Datetime of when the meeting was canceled

    all_day boolean

    Whether the meeting is an all-day meeting

    no_show boolean

    Whether the meeting is a No Show meeting

    crm_custom_fields object

    List of crm custom fields which will be logged to SFDC

    strict_attribution boolean

    Strict attribution means that we 100% sure which cadence generate the meeting

    i_cal_uid string

    UID of the meeting provided by target calendar provider

    status string

    Status of the meeting. Possible values are: pending, booked, failed, retry

    reschedule_status string

    Status of the meeting rescheduling progress. Possible values are: pending, booked, failed, retry

    owned_by_meetings_settings object
    email_address string

    Calendar owner's email address

    booked_by_meetings_settings object
    email_address string

    Calendar owner's email address

    reschedule_guid string

    Unique identifier (GUID) for the reschedule meeting link. Use this GUID as a parameter in the API endpoint to retrieve a meeting link.

    recurring boolean

    Whether the calendar event is a recurring event

    recurrence string[]

    List of RRULE for a recurring event, as specified in RFC5545. This field is omitted for single events or instances of recurring events

    recurring_interval string

    Specifies how often a recurring event repeats (Daily, Weekly, Monthly, Yearly). This field is omitted for single events or instances of recurring events

    last_occurrence_at date-time

    The timestamp of the last occurrence in a series of recurring events

    undo_completion_count integer

    The number of times a meeting has been rescheduled after completion

Loading...