You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't find a way to unregister a user's push token if they opt out of push notifications after opting in once.
Proposed Solution
Implement unregisterPushToken method that calls the `unregister client push token` api and removes the push notification from Klaviyo.
Alternatives Considered
There's an unregister client push token api (https://developers.klaviyo.com/en/reference/unregister_client_push_token). The api requires the user's Klaviyo profile but there's no client api to fetch it. It would be great if there was a way to fetch the current profile too.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Hey @AhmadNaeemK! Thanks for this request. This is something we plan on implementing some time in the future. We are not sure of the timeline but will update this issue whenever we have any updates!
@invctusdotco I found a way to call the unregister api by making several other api calls to klaviyo but that's not usable. because of rate limits on them.
Checklist
Description
Proposed Solution
Alternatives Considered
There's an unregister client push token api (https://developers.klaviyo.com/en/reference/unregister_client_push_token). The api requires the user's Klaviyo profile but there's no client api to fetch it. It would be great if there was a way to fetch the current profile too.
Additional Context
No response
The text was updated successfully, but these errors were encountered: