Send Push Notifications Without Your Own App

Creating and engaging your audience is a task in itself. Notificator allows you to send mobile notifications to IOS and Android with a simple and code-free setup, without the hassle and expenses of app development. Our simple API allows you to connect with our service to automate and further manage your audience, as well as get useful statistics and data to drive engagement.



curl -X POST -s \
 --form-string "title=Your notification title" \
 --form-string "body=Your notification content" \
 --form-string "to=Target of notification" \
 --form-string "to_type=all,single,multiple" \
 --form-string "token=Your app token" \
 --form-string "secret=Your app secret" \