Hamkaran.cloud
  1. Hamkaran Cloud Phone
Hamkaran.cloud
  • Hamkaran Cloud Phone
    • Get Call Center Reports
      GET
    • Get Extension Status
      GET
    • Get Call Recording by UID
      POST
    • Create Call
      POST
    • HangUp Call
      POST
    • Send a pre-recorded call
      POST
    • Get a pre-recorded call Details
      POST
  1. Hamkaran Cloud Phone

Get a pre-recorded call Details

POST
https://api.hamkaran.cloud/api/hamkaran/v1/get-pre-recorded-call-detail
This API allows users to retrieve detailed information about a pre-recorded call that was previously initiated using the send-pre-recorded API. By providing the actionId of the call, the system will return comprehensive details such as the source number, destination number, audio file played, call status (whether answered or not), and call duration. This feature is part of Hamkaran Cloud's advanced telephony solution, enabling organizations to keep track of their automated calls and assess their performance.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.hamkaran.cloud/api/hamkaran/v1/get-pre-recorded-call-detail' \
--header 'key: {{Hamkaran Webservice key}}' \
--form 'actionId=""'
Response Response Example
{
  "status": "success",
  "data": {
    "id": 1,
    "tenant_id": "123",
    "src": "09191234567",
    "dest": "09197654321",
    "audio": "welcome_message.wav",
    "action_id": "deecc277-22cd-4725-baec-4e752990009c",
    "answered": 1,
    "duration": 60,
    "status": "completed",
    "created_at": "2024-10-13 12:00:00",
    "updated_at": "2024-10-13 12:02:00"
  }
}

Request

Header Params
key
string 
required
Example:
{{Hamkaran Webservice key}}
Body Params multipart/form-data
actionId
string 
required

Responses

🟢200Response
text/html
Body
object {0}
Modified at 2024-10-13 05:43:23
Previous
Send a pre-recorded call
Built with