Hello Community,
I am trying to send push notification using deep link parameters but unfortunately it is not working for me. I'm using PHP and curl and my params are:
$params = array("audience"=> "all", "notification" => array("alert" => "Push notification from PHP", "actions" => array("app_defined" => array("^+t" => "sec:147", "content" => "http://www.url.com"))), "device_types" => array("android")); $x = executeCurl('/push/', 'POST', $params); print_r($x);
Actually I want to parse these params to my PHP code.

I want to use all params of pic in my PHP code so can you advice me how to do this?
Thank you,
Comments
1 comment