Linking A Push Notification Ticket back to Origin

I’ve implemented the Node Js Push as a service and I am trying to figure out how to link batched notifications back to my origin data store.

Currently what I have seen is that i get an id back, but nothing that relates to the messages I have attempted to send

Anyone else been able to solve this?

For Any of those wondering, this is from the documentation:

Upon success, the HTTP response will be a JSON object whose data field is an array of push tickets , each of which corresponds to the message at its respective index in the request.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.