Push using Code
Easy integration in just 5 mins, get your API Key and send notification using a simple API call, read the notification on your devices, rejoice!
curl -X "POST" "https://push.techulus.com/api/v1/notify/your_api_key"
-H 'Content-Type: application/json; charset=utf-8'
-d $'{
"title": "Push by Techulus",
"body": "This is your first push notification"
}'