AT&T · Example Payload

In App Messaging Api Delta Response Example

Fortune 100TelecommunicationsWirelessWirelineMessagingSpeechMobileBroadbandEnterprise

In App Messaging Api Delta Response Example is an example object payload from AT&T, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

deltaResponse

Example Payload

Raw ↑
{
  "deltaResponse": {
    "addedMessages": [
      {
        "messageId": "msg-500123",
        "from": "tel:+12125551234",
        "recipients": [
          "tel:+12125559999"
        ],
        "isUnread": false,
        "isIncoming": true,
        "type": "TEXT",
        "typeCode": "1",
        "timeStamp": "2026-04-19T14:30:00Z"
      }
    ],
    "updatedMessages": [
      {
        "messageId": "msg-500123",
        "from": "tel:+12125551234",
        "recipients": [
          "tel:+12125559999"
        ],
        "isUnread": false,
        "isIncoming": true,
        "type": "TEXT",
        "typeCode": "1",
        "timeStamp": "2026-04-19T14:30:00Z"
      }
    ],
    "deletedMessages": [],
    "state": "state-e5f6g7h8"
  }
}