Actions
Create Meeting
Use this API to for a user. For user-level apps, pass instead of the parameter.
- A meeting’s
start_url
value is the URL a host or an alternative host can use to start a meeting. The expiration time for thestart_url
value is two hours for all regular users. - For
custCreate
meeting hosts (users created with thecustCreate
parameter via the Create users API), the expiration time of thestart_url
parameter is 90 days from the generation of thestart_url
. Note: For security reasons, the recommended way to programmatically (after expiry) get the updatedstart_url
value is to call the Get a meeting API. Refer to thestart_url
value in the response. Scopes:meeting:write:admin
,meeting:write
Rate Limit Label:Medium
- This API has a daily rate limit of 100 requests per day. The rate limit is applied against the
userId
of the meeting host used to make the request.
Parameters
Parameter | Description |
---|---|
Agenda | The meeting’s agenda. This value has a maximum length of 2,000 characters. |
Schedule For | The email address or user ID of the user to schedule a meeting for. |
Start Time | The meeting’s start time. This field is only used for scheduled and/or recurring meetings with a fixed time. This supports local time and GMT formats.- To set a meeting’s start time in GMT, use the yyyy-MM-ddTHH:mm:ssZ date-time format. For example, 2020-03-31T12:02:00Z . |
- To set a meeting’s start time using a specific timezone, use the
yyyy-MM-ddTHH:mm:ss
date-time format and specify the timezone ID in thetimezone
field. If you do not specify a timezone, thetimezone
value defaults to your Zoom account’s timezone. You can also useUTC
for thetimezone
value. | | Topic | The meeting’s topic. | | User ID | The user ID or email address of the user. For user-level apps, pass theme
value. |
Example Output
Workflow Library Example
Setting Up an Incident Process
Preview this Workflow on desktop