Jump to: navigation, search
(CallsDial)
(Dial)
Line 7: Line 7:
  
 
{|
 
{|
! Request URL
+
| Item
! /api/v2/me/devices/{id}/calls
+
| Description
 +
|-
 +
| Request URL
 +
| /api/v2/me/devices/{id}/calls
 
|-
 
|-
 
! HTTP Method
 
! HTTP Method
Line 20: Line 23:
  
 
{|
 
{|
! Parameter
+
| Parameter
! Value
+
| Value
 
|-
 
|-
 
| operationName
 
| operationName

Revision as of 16:19, January 7, 2014

Dial

Overview

This request initiates a new outbound call to the specified destination.

Item Description
Request URL /api/v2/me/devices/{id}/calls
HTTP Method POST
Required Features api-voice

Parameters

Parameter Value
operationName Dial
destination A JSON object that includes the number to be dialed:

{ "phoneNumber": "5551212" }

userData An optional JSON object that includes key/value data to be included with the call:

{ "Product": "Guitars" }

Samples

Request

Response

Notification

Comments or questions about this documentation? Contact us for support!