Skip to main content

Response Body

Parameters

NameTypeSample ValueDescription
isidString123-abc….-679IntelSend ID: Unique uuid returned in all responses.
parametersString[ { "uid": "abc-123", "to": "13233933379", "name": "Deepak", "address": "1234", "status": "QUEUED", "errorCode": 0 }, { "uid": "xyz-123", "to": "19495790525", "name": "Jim", "address": "1234", "status": "REJECTED", "errorCode": 2 } ]Array of objects with details. Each object represents an individual request and includes status and error code information. No error is indicated by a "QUEUED" status and errorCode of 0. Errors are indicated by a "REJECTED" status with an errorCode > 0. Each errorCode corresponds to a specific error condition.
fromString1234567890Assigned 10-digit caller ID or short code as in the request.
templateIdString1Numeric template ID set via IntelSend admin portal. This value can be a string for readability purposes.
uidStringabc-123Unique identifier for tracking purposes. Each uid is inside the object to track individual requests.
programIdInteger12345Numeric value (1-9999) used to bundle multiple requests under a single program for reporting and billing purposes.