Create Meeting
Creates a new meeting record.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
channel
The channel of meeting.
members
IDs of the users that were part of the meeting.
state
The state of meeting.
title
The title of the meeting.
custom_fields
Application-defined custom fields.
custom_schema_spec
Custom schemas described using identifiers. Each custom field in the request must have the corresponding schema specified; omission results in a Bad Request error. If a custom schema is not included in the specifier, it remains unchanged. For surfaces with human interactors, it is recommended to provide tenant_fragment: true and validate_required_fields: true.
description
The description of the meeting.
ended_date
Time at which meeting ended.
external_ref
External reference for the meeting.
external_url
External URL for the meeting.
organizer
The ID of the user who organized the meeting. If not provided, the
creator is set as the organizer.
recording_url
The recording URL of the meeting.
scheduled_date
The date and time when the meeting was scheduled.
parentDeprecated
The parent object ID in which the meeting was created.
Response
Success.
meeting