Creating push notification for iOS with a customized link | Community
Skip to main content
Level 2
July 25, 2024
Solved

Creating push notification for iOS with a customized link

  • July 25, 2024
  • 1 reply
  • 514 views

Hi 

I want to create a push notification for iOS and instead of implementing a generic url for the entire poplution, I want to implement a parameter that will take the customized url from my targeting population table.

is that possible?

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 SorenDP

Hi @mariba 

You could simply implement the url as a targetData field and use that as a dynamic url / path in the delivery. So you would have to execute the delivery from a workflow. 

We do it like the following: 

 

1 reply

SorenDPAccepted solution
Level 4
July 26, 2024

Hi @mariba 

You could simply implement the url as a targetData field and use that as a dynamic url / path in the delivery. So you would have to execute the delivery from a workflow. 

We do it like the following: