Page 1 of 1

New notification vs resent (retry)

Posted: 11. Nov 2021, 22:33
by PercySweetwater
Is it possible to determine if a received notification is the original notification or a resent notification? ("resent" as a result of a non -confirmation or retry - cr/re flags).

Also, is it possible to determine from the api log if the notification is being sent as a result of an original call to pushsafer, or if the notification is being generated as a result of a retry?

TIA.

Re: New notification vs resent (retry)

Posted: 12. Nov 2021, 09:05
by admin
you get this information with the "read message" api.
https://www.pushsafer.com/de/pushapi#api-read

From there you get the value "retries".
It is ever the same message with a counter!

In the pushsafer app or in your dashboard you will see this as a retries icon
retries-icon.jpg
retries icon
retries-icon.jpg (14.42 KiB) Viewed 4304 times

Re: New notification vs resent (retry)

Posted: 13. Nov 2021, 13:37
by PercySweetwater
Thanks for the response!