voipappz
  1. IVR
voipappz
  • Account
    • Create
      POST
    • Update
      PATCH
    • Get By ID
      GET
    • Get All
      GET
  • Conferences
    • Create
      POST
    • Get By ID
      GET
    • Get All
      GET
  • Statuses
    • Create
      POST
    • Update
      PATCH
    • Get By ID
      GET
    • Get All
      GET
  • Dids
    • Types
      GET
    • Create
      POST
    • Update
      PATCH
    • Get By ID
      GET
    • Get All
      GET
  • Groups
    • Types
      GET
    • Create
      POST
    • Update
      PATCH
    • Get By ID
      GET
    • Get All
      GET
  • Segments
    • Create
      POST
    • Update
      PATCH
    • Get By ID
      GET
    • Get All
      GET
  • Workflows
    • Create
    • Update
    • Get By ID
    • Get All
  • Call
    • Make a Call
    • Click2Dial
    • Call Control
    • 3 way call (Conf) - add a number to exsiting Call
    • Call Broadcast - Make a Call and Play it an audio file
    • 3 way call (Conf) - add an extension to exsiting Call
    • Hold A Call
    • Spy call - Create A new Call That will preform spy
    • Whisper To Customer (Leg A)
    • Whisper to an Agent (Leg A)
    • Hangup Call
    • Get Call Data
    • Send DTMF keys - Leg A
    • Update Call Meta
    • Get Calls - Free Text
    • Get Calls By Search Params
    • Make a call and play file
  • Environment
    • Create
    • Get By ID
    • Get All
    • Update
    • Set Provider Stategy
    • Get By ID
    • Set Services
  • Customer
    • Create
  • Campaign
    • Create
    • Get By ID
    • Get All
    • Update
    • Delete
  • Campaign Number
    • Create
    • Create By Group
    • Get By ID
    • Get All
    • Delete
    • Update
  • Provider
    • Create
    • Get By ID
    • Get All
    • Update
    • Get By ID
  • Usage
    • Get By ID
    • Update
    • Get All
    • Get By ID
    • Update Status
    • Create
  • Voicemail
    • Get By ID
    • Update
    • Get All
    • Create
  • User
    • Logout
    • Break
    • Login
    • Get All
    • Create User
    • Update User
    • Status
    • Number
    • Extension
    • State
    • Tier
    • Agents
  • Service
    • Create
    • Create Caller ID Service
    • Get
    • Get By ID
    • Update Service
    • Delete
    • Create Items (Destination)
    • Create Items (Destination)
    • Update item
    • Delete item
    • Get Items
  • Tariff
    • Create
    • Get
    • Get By ID
    • Update Tariff
    • Delete
    • Upload Rate
    • Update item
    • Delete item
    • Get Items
  • Tracing
    • Get By ID
    • disk
  • Announcement
    • Create
  • IVR
    • Create
      POST
  • Message
    • Create and Send a Message
  • Route
    • Create
  • Subscriptions
    • Get
    • Get All Active
    • Set Balance
    • Create
  • Skill
    • Update Skill
    • Get Skills
    • Create Skill
  • Schema
    • Create PBX - Example #0
    • Create PBX - Example #1
    • Create PBX - Example #2
    • Import
  • Login Token
    POST
  • Forgot Password
    POST
  1. IVR

Create

Developing
POST
http://cloud.voipappz.io/api/ivrs

Request

Body Params multipart/form-data
name
string 
optional
Example:
fdsfsdsfdfds
timeout
string 
optional
Example:
10
timeout_bridge_type
string 
optional
Example:
announcement
timeout_bridge_uuid
string 
optional
Example:
c34d7703-4268-4815-905d-1e0d8f677ff8
invalid
string 
optional
Example:
11
invalid_bridge_type
string 
optional
Example:
announcement
invalid_bridge_uuid
string 
optional
Example:
c34d7703-4268-4815-905d-1e0d8f677ff8
announcement_uuid
string 
optional
Example:
c34d7703-4268-4815-905d-1e0d8f677ff8
entries[50][bridge_type]
string 
optional
Example:
announcement
entries[50][bridge_uuid]
string 
optional
Example:
c34d7703-4268-4815-905d-1e0d8f677ff8
entries[50][name]
string 
optional
Example:
ann1
entries[2][bridge_uuid]
string 
optional
Example:
23b3f671-76eb-4973-ba9d-ab6a364ba84d
entries[2][bridge_type]
string 
optional
Example:
extension
entries[2][name]
string 
optional
Example:
ivr1

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://cloud.voipappz.io/api/ivrs' \
--form 'name="fdsfsdsfdfds"' \
--form 'timeout="10"' \
--form 'timeout_bridge_type="announcement"' \
--form 'timeout_bridge_uuid="c34d7703-4268-4815-905d-1e0d8f677ff8"' \
--form 'invalid="11"' \
--form 'invalid_bridge_type="announcement"' \
--form 'invalid_bridge_uuid="c34d7703-4268-4815-905d-1e0d8f677ff8"' \
--form 'announcement_uuid="c34d7703-4268-4815-905d-1e0d8f677ff8"' \
--form 'entries[50][bridge_type]="announcement"' \
--form 'entries[50][bridge_uuid]="c34d7703-4268-4815-905d-1e0d8f677ff8"' \
--form 'entries[50][name]="ann1"' \
--form 'entries[2][bridge_uuid]="23b3f671-76eb-4973-ba9d-ab6a364ba84d"' \
--form 'entries[2][bridge_type]="extension"' \
--form 'entries[2][name]="ivr1"'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-11-18 20:31:00
Previous
Create
Next
Create and Send a Message
Built with