Skip to main content

Response Body

The response body provides details for each voice message request sent via the IntelSend API.


Parameters

NameTypeSample ValueDescription
messageStringQUEUEDIntelsend proccess this request
tokenString26afd98f-c6be-4707-a016-c92d8cc939abreturn 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.