In order to send a push notification with a deep link via API, it is necessary to use these parameters within your request body:
"link": "http://pushwoosh.com", // enter your deep link here
"minimize_link": 0, // This parameter is needed if you enter a deep link in the "link" parameter.
Please note that the Deep Link will not work properly without "minimize_link": 0 line!
Comments
0 comments
Please sign in to leave a comment.