FoneStorm speedDial object representing an account resource in the object store.
{
"speed_dial": "101",
"label": "Agent 101",
"service_type": "Device",
"service_id": "101010101010",
"type": "manual",
"active": "yes"
}
Response Properties
Property | Type | Description |
---|---|---|
speed_dial | string | SpeedDial number. |
label | string | Name/Label for speeddial. |
service_type | string | One of the supported destinations - Conference, Hangup, Busy, Reject, Forward, IVRMenu, Scheduler, Device, Voicemail |
service_id | string | Destination ID |
type | string | SpeedDial Type - auto or manual |
active | boolean | SpeedDial status active or inactive |