POST /h323/devices

A H.323 or SIP device can make a video call to a Room Connector to join a Zoom cloud meeting. A Room Connector can also call out to a H.323 or SIP device to join a Zoom cloud meeting. Use this API to add a H.323/SIP device to your Zoom account

Scopes: h323:write:admin

Rate Limit Label: Light

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
name String Yes

Device name.

protocol String Yes

Device protocol:
H.323 - H.323.
SIP - SIP.

Valid values:

  • "H.323"
  • "SIP"
ip String Yes

Device IP.

encryption String Yes

Device encryption:
auto - auto.
yes - yes.
no - no.

Valid values:

  • "auto"
  • "false"
  • "true"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.