Push notification deliveries listing in Deliveries input form | Community
Skip to main content
New Participant
December 1, 2023
Solved

Push notification deliveries listing in Deliveries input form

  • December 1, 2023
  • 1 reply
  • 724 views

Hi,

 

I am looking for a way to include sent push notification deliveries in the Recipient view. To be more precise, I want to put them along with email and SMS deliveries in Recipient input form, in the Deliveries 'tab':

I have checked the Recipient input folder, but couldn't find element that excludes push deliveries from this view.

 

How does it can be achieve?

 

Thanks,

Dominik

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by _Manoj_Kumar_

Hello @dwnuk 

 

It is because the Push is sent using the appSubscription schema, not the recipient schema. There is no direct link between the recipient and broadlog for push.

 

The push token field is used to target the customers in this case.

1 reply

_Manoj_Kumar_
_Manoj_Kumar_Accepted solution
New Participant
December 5, 2023

Hello @dwnuk 

 

It is because the Push is sent using the appSubscription schema, not the recipient schema. There is no direct link between the recipient and broadlog for push.

 

The push token field is used to target the customers in this case.

     Manoj     Find me on LinkedIn
dwnukAuthor
New Participant
December 7, 2023

@_manoj_kumar_ thanks, that makes sense.