Skip to main content

Create Meeting

Creates a new meeting space.

External Documentation

To learn more, visit the Google Meet documentation.

Basic Parameters

ParameterDescription
Access TypeAccess type of the meeting space that determines who can join without knocking.
Default: The user's default access settings. Controlled by the user's admin for enterprise users or RESTRICTED.
Entry Point AccessEntry points that can be used to join a meeting.
Example: meet.google.com, the Meet Embed SDK Web, or a mobile application.

Advanced Parameters

ParameterDescription
Delegated User OverridePerform the action on behalf of another user, overriding the delegated user defined in the connection.

If not specified, the delegated user is the one provided in the connection.

Has no effect when using an OAuth connection.

NOTE: the connection details are not edited by this input.

Example Output

{
"name": string,
"meetingUri": string,
"meetingCode": string,
"config": {
{
"accessType": TRUSTED,
"entryPointAccess": ALL
}
},
"activeConference": {
{
"conferenceRecord": string
}
}
}

Workflow Library Example

Create Meeting with Google Meet and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop