POST /api/v2/meetings/room
Creates a meeting room (personal or unique meeting).
Requires scope: conference:all
Rate limit: 1200 per minute.
Servers
- https://dialpad.com/
- https://sandbox.dialpad.com/
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
meeting_type |
String | No |
Optional meeting type ('UNIQUE_MEETING' or 'PERSONAL'). If not specified, UC will create based on user preferences. |
meeting_id |
String | No |
Optional custom meeting ID (for unique meetings). |
user_id |
Integer | Yes |
The Dialpad user's id. |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.