Response Body
The response body provides details for each voice message request sent via the IntelSend API.
Parameters
| Name | Type | Sample Value | Description |
|---|---|---|---|
message | String | QUEUED | Intelsend proccess this request |
token | String | 26afd98f-c6be-4707-a016-c92d8cc939ab | return a tracking token id |
🔎 Example JSON Response
{
"message": "Queued",
"token": "26afd98f-c6be-4707-a016-c92d8cc939ab"
}
Pro Tip 💡
Always check the status and errorCode for each parameter object to handle success and failure cases programmatically.