Create Meeting

POST

Creates a new meeting record.

Request

This endpoint expects an object.
channelenumRequired

The channel of meeting.

memberslist of stringsRequired

IDs of the users that were part of the meeting.

stateenumRequired

The state of meeting.

titlestringRequiredformat: "text"

The title of the meeting.

custom_fieldsobjectOptional

Application-defined custom fields.

custom_schema_specobjectOptional

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.

descriptionstringOptionalformat: "text"

The description of the meeting.

ended_datestringOptionalformat: "date-time"

Time at which meeting ended.

external_refstringOptionalformat: "text"

External reference for the meeting.

external_urlstringOptionalformat: "text"

External URL for the meeting.

organizerstringOptionalformat: "id"

The ID of the user who organized the meeting. If not provided, the creator is set as the organizer.

recording_urlstringOptionalformat: "text"

The recording URL of the meeting.

scheduled_datestringOptionalformat: "date-time"

The date and time when the meeting was scheduled.

tagslist of objectsOptional

Tags associated with the meeting.

parentstringOptionalformat: "id"Deprecated

The parent object ID in which the meeting was created.

Response

Success.

meetingobject

Errors

Built with