Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CTLive can be informed about the delivery status of outbound messages posting the following URL https://<hostname>/imchanneimchannel/message

Code Block
{
    "results": [{
        "bulkId": "",
        "status": {
            "id": 5,
            "groupId": 3,
            "groupName": "DELIVERED",
            "name": "DELIVERED_TO_HANDSET",
            "description": "Message delivered to handset"
        },
        "messageId": "fb469d73-d362-463f-b30f-1e959b53badc",
        "doneAt": "2019-04-09T16:01:56.494-0300",
        "sentAt": "2019-04-09T16:00:58.647-0300",
        "to": "41793026731",
        "channel": "WHATSAPP"
    }]
}	

...

CTLive can be informed about the seen status of outbound messages posting the following URL https://<hostname>/imchanneimchannel/message

Code Block
{
    "results": [
        {
            "messageId": "1215f543ab19-345f-adbd-12ad31451ed25f35",
            "to": "41793026731",
            "sentAt": "2018-12-12T11:21:57.793+0000",
            "seenAt": "2018-12-12T11:21:58.251+0000"
        }
    ]
}