Most probably when you are sending a push campaign, you'd want to take users to a certain URL to probably take them to do a certain action.
Let it be the page where will they buy the product you are running the promotion on, or the new article you just published. 

Doing so in PushBots is so easy.

From the dashboard: 

Click the app card you wish to send the push campaign to. Then click on Push on the top bar. 

You will go to the push campaign wizard, click on advanced settings, then copy and paste the link in the link field:

That's it!
Taping the push notification will redirect to the link.

From API:

You can use openURL  in payload with URL value:

{"payload":{"openURL":"https://google.com"}}
Did this answer your question?