POST /api/v2/customivrs
Creates a new custom IVR for a target.
Added on June 15, 2022 for API v2.
Rate limit: 1200 per minute.
Servers
- https://dialpad.com/
- https://sandbox.dialpad.com/
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 | No |
[single-line only] The name of the new IVR. Max 100 characters. |
description |
String | No |
[single-line only] The description of the new IVR. Max 256 characters. |
ivr_type |
String | Yes |
Type of IVR. Possible values:
|
target_id |
Integer | Yes |
The ID of the target to which you want to assign this IVR. |
target_type |
String | Yes |
The type of the target to which you want to assign this IVR. Possible values:
|
file |
String | Yes |
An MP3 audio file. The file needs to be Base64-encoded. |
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.