Create Meeting

POST

Creates a new meeting record.

Request

This endpoint expects an object.
channelenumRequired

The channel of meeting.

custom_schema_specobjectRequired

Requested custom schemas described abstractly. Every provided schema’s custom field must be specified, otherwise a bad request error is returned. If a new custom schema specifier is provided, then it will be added to the work, otherwise if a custom schema is omitted from the specifier, it remains unmodified.

memberslist of stringsRequired

IDs of the users that were part of the meeting.

scheduled_datestringRequiredformat: "date-time"

The date and time when the meeting was scheduled.

stateenumRequired

The state of meeting.

titlestringRequired

The title of the meeting.

custom_fieldsobjectOptional

Application-defined custom fields.

descriptionstringOptional

The description of the meeting.

ended_datestringOptionalformat: "date-time"

Time at which meeting ended.

external_refstringOptional

External reference for the meeting.

external_urlstringOptional

External URL for the meeting.

organizerstringOptional

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

parentstringOptional

The parent object ID in which the meeting was created.

recordingstringOptional

The ID of the meeting’s recording artifact.

recording_urlstringOptional

The recording URL of the meeting.

tagslist of objectsOptional

Tags associated with the meeting.

transcriptstringOptional

The ID of the artifact for the transcript of the meeting.

Response

Success.

meetingobject
Built with