TN events

TNOrder

Please refer to the 'Call Initiated & General event fields' section where all these fields are described.

Example

{
    "timestamp": "2022-07-04T17:14:01.036Z",
    "message": "TNOrder: a5720fb2-5f89-4d83-a469-deeff642c8dd, state: success, progress: 100%",
    "type": "tn_order",
    "progress": 100,
    "payload": {
        "created_on": "2022-07-04T17:13:36.576Z",
        "modified_on": "2022-07-04T17:14:01.020Z",
        "uuid": "a5720fb2-5f89-4d83-a469-deeff642c8dd",
        "state": "success",
        "total": 1,
        "processing": 0,
        "success": 1,
        "failed": 0,
        "account": {
            "created_on": "2022-04-26T05:42:05.858Z",
            "modified_on": "2022-04-26T05:42:05.968Z",
            "uuid": "9df81deb-afa6-436b-8ce9-af54b3e502e4",
            "email": "opentact@callify.io",
            "name": "callify testacc",
            "level": "Level1",
            "deleted_on": null,
            "disabled_on": null,
            "balance": 872.9304,
            "time_zone": null
        }
    }
}

Last updated