Please enable JavaScript.
Coggle requires JavaScript to display documents.
Create Zoom Group(s) - Coggle Diagram
Create Zoom Group(s)
[BOT calls API to check submitter role]
https://api.zoom.us/v2/users?status=active
https://api.zoom.us/v2/roles
[If Submitter is not in Admin/ Owner role]
[User], I checked and you do not have the admin privileges' required to Create Group. I will seek appropriate approval. Proceed?
<btn> Yes
<btn> No
Yes
No
Is there anything else?
[If Submitter is in Admin/ Owner role]
Please provide Group(s) name below:
[Single Input Text]
Mandatory *
Place Holder: Multiple Group Names to be separated by comma
<btn> Submit
[Bot calls API to check if Group with same Name exists]
https://api.zoom.us/v2/groups
[If Group with same name exists]
[GroupName][GroupName] already exists with same name.
Retry?
<btn>Yes
<btn>No
No
Is there anything else?
Yes
[If No group with same name exists]
[If Submitter is in Admin/ Owner role]
[BOT calls API to create Groups]
POST
https://api.zoom.us/v2/groups
[API Success]
[Group][Group] has been created successfully
Is there anything else?
[API Failure]
[Calls API to create SR]
[API Success]
1 more item...
[API failure]
1 more item...
[If Submitter is not in Admin/ Owner role]
[Calls API to create SR]
[API Success]
I have created below SR for approval:
SR-XX Create Zoom Group [GroupName]
SR-XX Create Zoom Group [GroupName]
Once approved by Owner, notification will be sent.
[BOT notifies Admin/Owner]
Is there anything else?
[API Failure]