Push

You can configure Outbound Webhooks to receive a copy of delivery notifications for Push Notifications sent via Webex Connect by navigating to 'Assets -> Integrations -> Outbound Webhooks' sections in the platform.

Outbound Webhook configuration for tracking message status

If you want to track message submission status, select the Webex Connect Service you are using to send the Push Notifications under 'Entity' dropdown. Once done, you will receive the following notifications on the configured webhook URL.

Android

{
    "deliveryInfoNotification": {
        "deliveryInfo": {
            "timeStamp": "2024-02-07T14:52:10.281+05:30",
            "pushId": "ejS3Ao5XXXXtg2rDw9xQer:XXX91bXXl0kXHvdlPoTFOqNkfiKXzznnnQ2VGnp4lN20bJyzyRTaPHTiACkb41Fut9F193FrwPEU-28NSlRyY3Au3-m79ThKf5PEWRz3Z0oGUqXUWooEevBHZuYor5cV5JNPagQAtUIbE",
            "Description": "Submitted",
            "code": "7501",
            "deliveryChannel": "push",
            "destination": "ejS3Ao5XXXXtg2rDw9xQer:XXX91bXXl0kXHvdlPoTFOqNkfiKXzznnnQ2VGnp4lN20bJyzyRTaPHTiACkb41Fut9F193FrwPEU-28NSlRyY3Au3-m79ThKf5PEWRz3Z0oGUqXUWooEevBHZuYor5cV5JNPagQAtUIbE",
            "destinationType": "android_pushid", //The value of this field will be hms_pushid when sending notifications via Huawei Mobile Services instead of Firebase Cloud Messaging.
            "deviceid": "xxx0123456x78xxx",
            "deliveryStatus": "Submitted"
        },
        "subtid": "", //The sub transaction id is not relevant for API based transactions. It applies only for Send Node based transactions.
        "transid": "1baf584e-a059-4515-a1c1-e8391b08a16b",
        "callbackData": "callbackData",
        "correlationid": "correlationId"
    }
}
{
    "deliveryInfoNotification": {
        "deliveryInfo": {
            "timeStamp": "2024-02-07T14:52:10.725+05:30",
            "pushId": "ejS3Ao5XXX2tg2rDw9xQer:XXX91bERl0kHvdlPoXXOqNkfiXKXzznnnQ2XXnp4lN20bJyzyRTaPHTiACkb41Fut9F193FrwPEU-28NSlRyY3Au3-m79ThKf5PEWRz3Z0oGUqXUWooEevBHZuYor5cV5JNPagQAtUIbE",
            "Description": "Delivered",
            "code": "7500",
            "deliveryChannel": "push",
            "destination": "ejS3Ao5XXX2tg2rDw9xQer:XXX91bERl0kHvdlPoXXOqNkfiXKXzznnnQ2XXnp4lN20bJyzyRTaPHTiACkb41Fut9F193FrwPEU-28NSlRyY3Au3-m79ThKf5PEWRz3Z0oGUqXUWooEevBHZuYor5cV5JNPagQAtUIbE",
            "destinationType": "android_pushid", //The value of this field will be hms_pushid when sending notifications via Huawei Mobile Services instead of Firebase Cloud Messaging.
            "deviceid": "xxx0123456x78xxx",
            "deliveryStatus": "Delivered"
        },
        "subtid": "",
        "transid": "1baf584e-a059-4515-a1c1-e8391b08a16b",
        "callbackData": "callbackData",
        "correlationid": "correlationId"
    }
}
{
  "deliveryInfoNotification": {
    "deliveryInfo": {
      "timeStamp": "2024-02-14T21:37:38.512+05:30",
      "pushId": "xd3-XN8XXdTkSi62EIfGrweY:XXX91bFB6jxHPP7bFR5hnpwdgDuj_7Wqr5gtSG8ZQyChKW9O3hcAXogDRMVx_2hRnaXzlVUywJp-RyaMzlGVDCuF1XcihsYdRGeW8DsneIZj_0dzU9Kp8bU2Lb6RqTvR-oJR0tsvcZrJ",
      "Description": "Read",
      "code": "7502",
      "deliveryChannel": "push",
      "destination": "xd3-XN8XXdTkSi62EIfGrweY:XXX91bFB6jxHPP7bFR5hnpwdgDuj_7Wqr5gtSG8ZQyChKW9O3hcAXogDRMVx_2hRnaXzlVUywJp-RyaMzlGVDCuF1XcihsYdRGeW8DsneIZj_0dzU9Kp8bU2Lb6RqTvR-oJR0tsvcZrJ",
      "destinationType": "android_pushid", //The value of this field will be hms_pushid when sending notifications via Huawei Mobile Services instead of Firebase Cloud Messaging.
      "deviceid": "xxx0123456x78xxx",
      "deliveryStatus": "Read"
    },
    "subtid": "",
    "transid": "ecbe2371-2634-45bd-9f1b-15513c58708f",
    "callbackData": "callbackData",
    "correlationid": "correlationId"
  }
}
{
  "deliveryInfoNotification": {
    "deliveryInfo": {
      "timeStamp": "2024-02-14T19:11:57.840+05:30",
      "pushId": "",
      "Description": "Read",
      "code": "7502",
      "deliveryChannel": "push",
      "destination": "123456", //This field contains the user id of the customer.
      "interaction": {
        "Button_Pressed": "SUBSCRIBE", //This is an example where a button reading SUBSCRIBE has been clicked by the recipient.
        "pushref": "pushRef123"
      },
      "destinationType": "userid",
      "deviceid": "",
      "deliveryStatus": "Read"
    },
    "subtid": "",
    "transid": "ed661456-bdbc-4934-b8c1-4a206cb437e5",
    "callbackData": "",
    "correlationid": ""
  }
}
{
    "deliveryInfoNotification": {
        "deliveryInfo": {
            "timeStamp": "2024-02-09T15:25:35.194+01:00",
            "pushId": "",
            "Description": "Mandatory parameters missing.",
            "code": "7003",
            "deliveryChannel": "push",
            "destination": "12345",
            "destinationType": "android_pushid",
            "deviceid": "xxx0123456x78xxx",
            "deliveryStatus": "Failed"
        },
        "subtid": "",
        "transid": "28112e61-3d20-41ea-bfd5-9f1cafe9184a",
        "callbackData": "callbackData",
        "correlationid": "correlationId"
    }
}
{
  "deliveryInfoNotification": {
    "deliveryInfo": {
      "timeStamp": "2024-02-14T21:38:39.110+05:30",
      "pushId": "",
      "Description": "Customer profile not found",
      "code": "7105",
      "deliveryChannel": "push",
      "destination": "1234567XX",
      "destinationType": "",
      "deviceid": "",
      "deliveryStatus": "Failed"
    },
    "subtid": "",
    "transid": "2e173d6e-b14d-4049-8679-bf76e65def61",
    "callbackData": "callbackData",
    "correlationid": "correlationId"
  }
}

Android Application States and it's impact on Delivery Status Notifications

Please note that an Android Mobile app can be in one of the below mentioned states at any given point in time, and some of delivery status notifications may be delayed depending on the state.

StateDescriptionPush NotificationDelivery Status
ForegroundThe application is currently open, running in foreground, and is receiving events.ReceivedReceived
BackgroundThe application is currently closed and running in background.ReceivedReceived
AppStandbyApp Standby allows the system to determine that an application is idle when the user is not actively using it. The system makes this determination when the user does not touch the application for a certain period of time.Delayed (High priority FCM messages are received immediately)Delayed
DozeIf a user leaves a device unplugged and stationary over a period of time with the screen off, then the device enters Doze mode.
In this mode, the system attempts to conserve battery by restricting apps access to network and CPU-intensive services.
Delayed (High priority FCM messages are received immediately)Delayed
IdleThe application is idle when the user is not actively using it. Idle mode is triggered for both Doze and AppStandby.Delayed (High priority FCM messages are received immediately)Delayed

iOS

{
  "deliveryInfoNotification": {
    "deliveryInfo": {
      "timeStamp": "2024-02-12T11:11:06.376+01:00",
      "pushId": "XXXXXf8dd3ca5bcca73f0519fefdb2ca9a246627aa2eaa1ac4a90a86667bf221",
      "Description": "Submitted",
      "code": "7501",
      "deliveryChannel": "push",
      "destination": "XXXXXf8dd3ca5bcca73f0519fefdb2ca9a246627aa2eaa1ac4a90a86667bf221",
      "destinationType": "ios_pushid",
      "deviceid": "XXXXXBE6306E417F90778E422532AEFC",
      "deliveryStatus": "Submitted"
    },
    "subtid": "",
    "transid": "x5xx1530-34xx-4x0x-12xx-xxx30c236407",
    "callbackData": "",
    "correlationid": ""
  }
}
{
  "deliveryInfoNotification": {
    "deliveryInfo": {
      "timeStamp": "2024-02-12T11:11:08.388+01:00",
      "pushId": "XXXXXf8dd3ca5bcca73f0519fefdb2ca9a246627aa2eaa1ac4a90a86667bf221",
      "Description": "Delivered",
      "code": "7500",
      "deliveryChannel": "push",
      "destination": "XXXXXf8dd3ca5bcca73f0519fefdb2ca9a246627aa2eaa1ac4a90a86667bf221",
      "destinationType": "ios_pushid",
      "deviceid": "XXXXXBE6306E417F90778E422532AEFC",
      "deliveryStatus": "Delivered"
    },
    "subtid": "",
    "transid": "x5xx1530-34xx-4x0x-12xx-xxx30c236407",
    "callbackData": "",
    "correlationid": ""
  }
}
{
  "deliveryInfoNotification": {
    "deliveryInfo": {
      "timeStamp": "2024-02-12T11:12:31.226+01:00",
      "pushId": "XXXXXf8dd3ca5bcca73f0519fefdb2ca9a246627aa2eaa1ac4a90a86667bf221",
      "Description": "Read",
      "code": "7502",
      "deliveryChannel": "push",
      "destination": "XXXXXf8dd3ca5bcca73f0519fefdb2ca9a246627aa2eaa1ac4a90a86667bf221",
      "destinationType": "ios_pushid",
      "deviceid": "XXXXXBE6306E417F90778E422532AEFC",
      "deliveryStatus": "Read"
    },
    "subtid": "",
    "transid": "x5xx1530-34xx-4x0x-12xx-xxx30c236407",
    "callbackData": "",
    "correlationid": ""
  }
}
{
  "deliveryInfoNotification": {
    "deliveryInfo": {
      "timeStamp": "2024-03-01T11:37:05.125+05:30",
      "pushId": "XXXXXf8dd3ca5bcca73f0519fefdb2ca9a246627aa2eaa1ac4a90a86667bf221",
      "Description": "Read",
      "code": "7502",
      "deliveryChannel": "push",
      "destination": "XXXXXf8dd3ca5bcca73f0519fefdb2ca9a246627aa2eaa1ac4a90a86667bf221",
      "interaction": {
        "Button_Pressed": "SUBSCRIBE",
        "pushref": "ui"
      },
      "destinationType": "ios_pushid",
      "deviceid": "XXXXXBE6306E417F90778E422532AEFC",
      "deliveryStatus": "Read"
    },
    "subtid": "",
    "transid": "x5xx1530-34xx-4x0x-12xx-xxx30c236407",
    "callbackData": "",
    "correlationid": ""
  }
}
{
  "deliveryInfoNotification": {
    "deliveryInfo": {
      "timeStamp": "2024-02-12T11:09:16.321+01:00",
      "pushId": "XXXXXf8dd3ca5bcca73f0519fefdb2ca9a246627aa2eaa1ac4a90a86667bf221",
      "Description": "Others",
      "code": "7404",
      "deliveryChannel": "push",
      "destination": "XXXXXf8dd3ca5bcca73f0519fefdb2ca9a246627aa2eaa1ac4a90a86667bf221",
      "destinationType": "ios_pushid",
      "deviceid": "XXXXXBE6306E417F90778E422532AEFC",
      "deliveryStatus": "Failed"
    },
    "subtid": "",
    "transid": "x5xx1530-34xx-4x0x-12xx-xxx30c236407",
    "callbackData": "",
    "correlationid": ""
  }
}

iOS Application States

The three application states for an iOS application are defined in the table below. Depending on these states, the OS will decide whether the notification will be passed to the app or not.

StateDescriptionPush with AlertSilent PushDR status
ActiveThe application is currently open, running in foreground, and is receiving events.YesYesReceived
BackgroundThe application is used in the background and is executing code. Most applications enter this state on their way to being suspended (that is, when user clicks on the button home/switch to another application). In this case, the app is still visible in the app switcher.NoYesReceived
TerminatedThe application is not launched after a reboot or was running, but was terminated by the system.NoNoDelayed
SuspendedThe application transitions to this state when it was in background for a long time. The application is still in memory, but does not execute any code.NoNoNot received

Web

{
  "deliveryInfoNotification": {
    "deliveryInfo": {
      "timeStamp": "2024-02-12T11:26:36.831+01:00",
      "pushId": "XXXXXXXXXXHP6XYu2V9AE2:APA91bHaq051NSXPiZh0raS6ZMkqga-LnrJyINdDhBHCaJ6y1g5NSIv_KlRhAR7sIxZcAub88ggjVQ3LFFqqYvhuYpzkdLz4K-RMyEDyOKeZKnMaTaVJlUEqiJq-ZDi-v1EaXKZFsHFw",
      "Description": "Submitted",
      "code": "7501",
      "deliveryChannel": "push",
      "destination": "XXXXXXXXXXHP6XYu2V9AE2:APA91bHaq051NSXPiZh0raS6ZMkqga-LnrJyINdDhBHCaJ6y1g5NSIv_KlRhAR7sIxZcAub88ggjVQ3LFFqqYvhuYpzkdLz4K-RMyEDyOKeZKnMaTaVJlUEqiJq-ZDi-v1EaXKZFsHFw",
      "destinationType": "chrome_pushid",
      "deviceid": "1009XXXX7733258337",
      "deliveryStatus": "Submitted"
    },
    "subtid": "",
    "transid": "x5xx1530-34xx-4x0x-12xx-xxx30c236407",
    "callbackData": "",
    "correlationid": ""
  }
}
{
  "deliveryInfoNotification": {
    "deliveryInfo": {
      "timeStamp": "2024-02-12T11:26:38.729+01:00",
      "pushId": "XXXXXXXXXXHP6XYu2V9AE2:APA91bHaq051NSXPiZh0raS6ZMkqga-LnrJyINdDhBHCaJ6y1g5NSIv_KlRhAR7sIxZcAub88ggjVQ3LFFqqYvhuYpzkdLz4K-RMyEDyOKeZKnMaTaVJlUEqiJq-ZDi-v1EaXKZFsHFw",
      "Description": "Delivered",
      "code": "7500",
      "deliveryChannel": "push",
      "destination": "XXXXXXXXXXHP6XYu2V9AE2:APA91bHaq051NSXPiZh0raS6ZMkqga-LnrJyINdDhBHCaJ6y1g5NSIv_KlRhAR7sIxZcAub88ggjVQ3LFFqqYvhuYpzkdLz4K-RMyEDyOKeZKnMaTaVJlUEqiJq-ZDi-v1EaXKZFsHFw",
      "destinationType": "chrome_pushid",
      "deviceid": "1009XXXX7733258337",
      "deliveryStatus": "Delivered"
    },
    "subtid": "",
    "transid": "x5xx1530-34xx-4x0x-12xx-xxx30c236407",
    "callbackData": "",
    "correlationid": ""
  }
}
{
  "deliveryInfoNotification": {
    "deliveryInfo": {
      "timeStamp": "2024-02-12T11:26:40.701+01:00",
      "pushId": "XXXXXXXXXXHP6XYu2V9AE2:APA91bHaq051NSXPiZh0raS6ZMkqga-LnrJyINdDhBHCaJ6y1g5NSIv_KlRhAR7sIxZcAub88ggjVQ3LFFqqYvhuYpzkdLz4K-RMyEDyOKeZKnMaTaVJlUEqiJq-ZDi-v1EaXKZFsHFw",
      "Description": "Read",
      "code": "7502",
      "deliveryChannel": "push",
      "destination": "XXXXXXXXXXHP6XYu2V9AE2:APA91bHaq051NSXPiZh0raS6ZMkqga-LnrJyINdDhBHCaJ6y1g5NSIv_KlRhAR7sIxZcAub88ggjVQ3LFFqqYvhuYpzkdLz4K-RMyEDyOKeZKnMaTaVJlUEqiJq-ZDi-v1EaXKZFsHFw",
      "destinationType": "chrome_pushid",
      "deviceid": "1009XXXX7733258337",
      "deliveryStatus": "Read"
    },
    "subtid": "",
    "transid": "x5xx1530-34xx-4x0x-12xx-xxx30c236407",
    "callbackData": "",
    "correlationid": ""
  }
}
{
  "deliveryInfoNotification": {
    "deliveryInfo": {
      "timeStamp": "2024-02-12T11:24:16.333+01:00",
      "pushId": "XXXXXXXXXXHP6XYu2V9AE2:APA91bHaq051NSXPiZh0raS6ZMkqga-LnrJyINdDhBHCaJ6y1g5NSIv_KlRhAR7sIxZcAub88ggjVQ3LFFqqYvhuYpzkdLz4K-RMyEDyOKeZKnMaTaVJlUEqiJq-ZDi-v1EaXKZFsHFw",
      "Description": "Others",
      "code": "7404",
      "deliveryChannel": "push",
      "destination": "XXXXXXXXXXHP6XYu2V9AE2:APA91bHaq051NSXPiZh0raS6ZMkqga-LnrJyINdDhBHCaJ6y1g5NSIv_KlRhAR7sIxZcAub88ggjVQ3LFFqqYvhuYpzkdLz4K-RMyEDyOKeZKnMaTaVJlUEqiJq-ZDi-v1EaXKZFsHFw",
      "destinationType": "chrome_pushid",
      "deviceid": "1009XXXX7733258337",
      "deliveryStatus": "Failed"
    },
    "subtid": "",
    "transid": "x5xx1530-34xx-4x0x-12xx-xxx30c236407",
    "callbackData": "",
    "correlationid": ""
  }
}
{
  "deliveryInfoNotification": {
    "deliveryInfo": {
      "timeStamp": "2024-02-12T11:29:26.589+01:00",
      "pushId": "XXXXXX2iRfVB8EW_ba9T50:APA91bEcKbz4VanqloI2papgaJ8i1ZTkBcog0BpLwOIrhcrOI8DXBr76fx-KsRENRYyoKzoN_kDY7ChoMsmkC1oxmkxXnl1D2GNlqXsIFDVaDle7aHDbnMozKMHFrl8mFLQSdHZ-UXix",
      "Description": "Submitted",
      "code": "7501",
      "deliveryChannel": "push",
      "destination": "XXXXXX2iRfVB8EW_ba9T50:APA91bEcKbz4VanqloI2papgaJ8i1ZTkBcog0BpLwOIrhcrOI8DXBr76fx-KsRENRYyoKzoN_kDY7ChoMsmkC1oxmkxXnl1D2GNlqXsIFDVaDle7aHDbnMozKMHFrl8mFLQSdHZ-UXix",
      "destinationType": "firefox_pushid",
      "deviceid": "1090XXXX7733743479",
      "deliveryStatus": "Submitted"
    },
    "subtid": "",
    "transid": "x5xx1530-34xx-4x0x-12xx-xxx30c236407",
    "callbackData": "",
    "correlationid": ""
  }
}
{
  "deliveryInfoNotification": {
    "deliveryInfo": {
      "timeStamp": "2024-02-12T11:29:27.063+01:00",
      "pushId": "XXXXXX2iRfVB8EW_ba9T50:APA91bEcKbz4VanqloI2papgaJ8i1ZTkBcog0BpLwOIrhcrOI8DXBr76fx-KsRENRYyoKzoN_kDY7ChoMsmkC1oxmkxXnl1D2GNlqXsIFDVaDle7aHDbnMozKMHFrl8mFLQSdHZ-UXix",
      "Description": "Delivered",
      "code": "7500",
      "deliveryChannel": "push",
      "destination": "XXXXXX2iRfVB8EW_ba9T50:APA91bEcKbz4VanqloI2papgaJ8i1ZTkBcog0BpLwOIrhcrOI8DXBr76fx-KsRENRYyoKzoN_kDY7ChoMsmkC1oxmkxXnl1D2GNlqXsIFDVaDle7aHDbnMozKMHFrl8mFLQSdHZ-UXix",
      "destinationType": "firefox_pushid",
      "deviceid": "1090XXXX7733743479",
      "deliveryStatus": "Delivered"
    },
    "subtid": "",
    "transid": "x5xx1530-34xx-4x0x-12xx-xxx30c236407",
    "callbackData": "",
    "correlationid": ""
  }
}
{
  "deliveryInfoNotification": {
    "deliveryInfo": {
      "timeStamp": "2024-02-12T11:29:51.405+01:00",
      "pushId": "XXXXXX2iRfVB8EW_ba9T50:APA91bEcKbz4VanqloI2papgaJ8i1ZTkBcog0BpLwOIrhcrOI8DXBr76fx-KsRENRYyoKzoN_kDY7ChoMsmkC1oxmkxXnl1D2GNlqXsIFDVaDle7aHDbnMozKMHFrl8mFLQSdHZ-UXix",
      "Description": "Read",
      "code": "7502",
      "deliveryChannel": "push",
      "destination": "XXXXXX2iRfVB8EW_ba9T50:APA91bEcKbz4VanqloI2papgaJ8i1ZTkBcog0BpLwOIrhcrOI8DXBr76fx-KsRENRYyoKzoN_kDY7ChoMsmkC1oxmkxXnl1D2GNlqXsIFDVaDle7aHDbnMozKMHFrl8mFLQSdHZ-UXix",
      "destinationType": "firefox_pushid",
      "deviceid": "1090XXXX7733743479",
      "deliveryStatus": "Read"
    },
    "subtid": "",
    "transid": "x5xx1530-34xx-4x0x-12xx-xxx30c236407",
    "callbackData": "",
    "correlationid": ""
  }
}
{
  "deliveryInfoNotification": {
    "deliveryInfo": {
      "timeStamp": "2024-02-12T11:30:27.985+01:00",
      "pushId": "",
      "Description": "Customer profile not found",
      "code": "7105",
      "deliveryChannel": "push",
      "destination": "10999",
      "destinationType": "",
      "deviceid": "",
      "deliveryStatus": "Failed"
    },
    "subtid": "",
    "transid": "x5xx1530-34xx-4x0x-12xx-xxx30c236407",
    "callbackData": "",
    "correlationid": ""
  }
}