Use the Zoom API in Workflow

To make REST API calls into Zoom from a workflow, perform the following steps:

  1. In the Workflow Studio, open the new or existing flow to which you want to add the REST API call activity.
  2. In the Workflow Canvas, open the activity wheel.
    Figure 1. Search Activity Wheel
    Search Activity Wheel

  3. Under the Developer category, click on the HTTP Request activity.
    The HTTP Request activity screen is displayed.
    Figure 2. HTTP Request
    HTTP Request

  4. In the Http request activity, click on the Authorization tab.
  5. In the Integration field, select the Zoom option from the list.
  6. In the Connection field, select the connection you created from the list.
  7. Enter the Zoom API you will be using.

    In the above example, GET https://api.zoom.us/v2/users is used to retrieve all users in the account.

  8. Click on the Testing tab to confirm that the connection is set up correctly to call the API.

    The results appear in the Response area of the tab.

    If there is an error, check the details of the error returned and verify that the application added in Zoom has the appropriate scope value to access the called API.