Response Body
Parameters
Name | Type | Sample Value | Description |
---|---|---|---|
isid | String | 123-abc….-679 | IntelSend ID: Unique uuid returned in all responses. |
parameters | String | [ { "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. |
from | String | 1234567890 | Assigned 10-digit caller ID or short code as in the request. |
templateId | String | 1 | Numeric template ID set via IntelSend admin portal. This value can be a string for readability purposes. |
uid | String | abc-123 | Unique identifier for tracking purposes. Each uid is inside the object to track individual requests. |
programId | Integer | 12345 | Numeric value (1-9999) used to bundle multiple requests under a single program for reporting and billing purposes. |