Docs

Create Event

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
boolean

Whether to publish the event immediately or save it as a draft.

numberrequired

The numeric ID of the event creator.

stringrequired

The event title.

stringrequired

The event description shown on registration and access pages.

stringrequired

The event date in YYYY-MM-DD format.

stringrequired

The event time in 24-hour HH:MI:SS format.

stringrequired

A MomentJS-compatible timezone string.

array of objectrequired

Array of operator objects participating in the event.

numberrequired

Operator ID in the operators array.

numberrequired

Operator role where 5 is presenter and 10 is organizer.

booleanrequired

Whether the operator microphone is enabled.

booleanrequired

Whether the operator camera is enabled.

booleanrequired

Whether screen sharing is enabled for the operator.

number

Estimated event duration in hours.

number

Minutes before the event when attendees can begin logging in.

boolean

Whether the event should be recorded.

boolean

Whether attendees can register to view replays after the event ends.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.