POST /api/v2/meetings

Creates a Dialpad meeting.

Requires scope: conference:all

Rate limit: 1200 per minute.

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
start_datetime Integer Yes

The meeting's start time (UTC seconds-since-epoch timestamp).

meeting_type String Yes

The meeting's type.

Valid values:

  • "LARGE_MEETING"
  • "PERSONAL"
  • "UNIQUE_MEETING"
  • "CUSTOM_UNIQUE_MEETING"
recurrence Null No

How often the meeting should be repeated.

call_out Boolean No

Whether or not the meeting should call the participants.

title String Yes

The meeting's title.

duration Integer No

Duration of the meeting in seconds.

end_datetime Integer Yes

The meeting's end time (UTC seconds-since-epoch timestamp).

user_id Integer Yes

The Dialpad user's id.

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.