/
IVR REST API
IVR REST API
Resource URL Summary
DDesscripiptiion
GET /seiapi/v3/IVR/${RequestID}
DDescriptioncription
POST /seiapi/v3/IVR/${RequestID}
API Specific Parameters
Parameter | Description |
---|---|
| The GUID generated within ServiceMobility when the IVR Message Object was created. |
Supported HTTP Methods
Method | Description |
---|---|
GET | Retrieves the current status of the IVR call request. |
POST | Sends a request to deliver a contact associated with a scheduled work order a preconceived message through a 3rd party interactive voice response system |
HTTP Headers
This API uses the default ServiceMobility HTTP Headers.
HTTP Headers
This API uses the default ServiceMobility HTTP Headers.
HTTP Body
The body contains a single IVR Message Object.
Response Body
{ "RequestID": "", "ContactName": "", "ContactNumber": "", "CallStatus": "${free text}" }
Response Object Properties
Property | Type | Description |
---|---|---|
RequestID | string | Unique ID (GUID) generated by the originating system (ServiceMobility) |
ContactName | string | Name of the targeted recipient |
ContactNumber | string | Contact phone number for the targeted receipient |
CallStatus | string | Status of the IVR call (see IVR Message Status Codes system category) |
, multiple selections available,
Related content
IVR Response Object
IVR Response Object
More like this
IVR REST API Interface
IVR REST API Interface
More like this
IVR Message Object
IVR Message Object
More like this
Work Order Alert REST API
Work Order Alert REST API
More like this
IVR Message Status Codes
IVR Message Status Codes
More like this
UpdateCallStatusInfo RESTified API
UpdateCallStatusInfo RESTified API
More like this