cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#ZOOM_CREATE_MEETING' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "ZOOM_CREATE_MEETING", "parameters": { "topic": "<string>", "startTime": "<string>", "duration": "<string>", "timezone": "<string>", "agenda": "<string>", "password": "<string>", "enableWaitingRoom": true, "sendRegistrantConfirmation": true } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Topic (example: "Meeting name")
Start Time : Meeting start time (ISO 8601 timestamp). (example: "2020-03-31T12:02:00Z")
Duration : Meeting duration in minutes. (example: "60")
Timezone : Timezone for the meeting’s start time. See Zoom’s timezone (https://marketplace.zoom.us/docs/api-reference/other-references/abbreviation-lists#timezones) list for reference. (example: "America/Los_Angeles")
Agenda : Meeting description.
Password : Passcode to join the meeting. By default, passcode may only contain the following characters: [a-z A-Z 0-9 @ - _ *] and have a maximum of 10 characters.
Enable Waiting Room
Send Registrants Confirmation Email
Success
Was this page helpful?