How to Send Push Notification Via CURL PHP PushWoosh
Send Push Notification via PHP cURL API. A simple API call to create message pushwoosh.
This is a code snippet to send a message via PHP cURL through the PushWoosh API. define('PW_AUTH', 'TOKEN'); define('PW_APPLICATION', 'APP_ID'); define('PW_DEBUG', false); function pwCall($method, $data) { $url = 'https://cp.pushwoosh.com/json/1.3/' .