Skip to main content

malipopaysmsservice_WabaBulkResponse

successboolean
data object
batchIdstring

Stored on every message this batch produced. Query it back with ?reference=.

Example: wb_9f2c1a77b4e30d15
queuedinteger
invalidRows object[]

Rows that could not be used. The rest of the batch still went out.

  • Array [
  • rowIndexinteger

    Zero-based, excluding the header row.

    tostring
    reasonstring
  • ]
  • malipopaysmsservice_WabaBulkResponse
    {
    "success": true,
    "data": {
    "batchId": "wb_9f2c1a77b4e30d15",
    "queued": 0,
    "invalidRows": [
    {
    "rowIndex": 0,
    "to": "string",
    "reason": "string"
    }
    ]
    }
    }