How Can I Use Pushsafer for Real-Time Alerts from My Custom IoT Device?

Pushsafer make it easy and safe to get push-notifications in real time on your Android or Windows mobile device, iPhone, iPad and Desktop!

Mit Pushsafer kann man in Echtzeit, einfach und sicher, Push-Benachrichtigungen auf sein iPhone, iPad, Android oder Windows Gerät sowie auf den Desktop senden lassen!

======================
Google Play
App Store
Windows Store
Homepage
splatdreary
Posts: 1
Joined: 6. May 2025, 01:44

How Can I Use Pushsafer for Real-Time Alerts from My Custom IoT Device?

Postby splatdreary » 6. May 2025, 01:51

Hello everyone, I recently started working on a custom IoT project and came across Pushsafer as a possible solution for sending real-time alerts to my phone. I’ve looked through the documentation, but I’m still a bit unsure how to properly configure the API to send push notifications from my microcontroller. Has anyone successfully integrated Pushsafer with an ESP32 or Raspberry Pi? Do I need to handle SSL certificates or is there a simplified method? Also, how customizable are the alerts in terms of sound, icon, and priority? I’d appreciate any tips or example code. Thanks in advance!

User avatar
admin
Site Admin
Posts: 1053
Joined: 1. Dec 2014, 12:41

Re: How Can I Use Pushsafer for Real-Time Alerts from My Custom IoT Device?

Postby admin » 6. May 2025, 09:47

Pushsafer DE: Dir gefällt Service und Support! Dann freuen wir uns auf deine Bewertung!
Pushsafer EN: You like Service and Support! Then we look forward to your review!

Pushsafer.com Website - iOS - Android - Windows 10

thomasfrank
Posts: 3
Joined: 18. May 2025, 03:56

Re: How Can I Use Pushsafer for Real-Time Alerts from My Custom IoT Device?

Postby thomasfrank » 18. May 2025, 04:05

To use Pushsafer with an ESP32 or Raspberry Pi, send an HTTPS POST request to https://www.pushsafer.com/api with your private key and desired parameters. The service handles SSL internally, so you don’t need to manage certificates manually, and alerts are highly customizable via the API.
Block Blast

otis5842
Posts: 1
Joined: 9. Sep 2025, 04:08

Re: How Can I Use Pushsafer for Real-Time Alerts from My Custom IoT Device?

Postby otis5842 » 9. Sep 2025, 04:10

splatdreary wrote:
6. May 2025, 01:51
Hello everyone, I recently started working on a custom IoT project and came across Pushsafer as a possible solution for sending real-time alerts to my phone. I’ve looked through the documentation, but I’m still a bit unsure how to properly configure the API to send push notifications from my microcontroller. Has anyone successfully integrated Pushsafer with an ESP32 or Raspberry Pi? Do I need to handle SSL certificates or is there a simplified method? Also, how customizable are the alerts in terms of sound, icon, and priority? I’d appreciate any tips or example code. Thanks in advance! Stickman Hook
Can Pushsafer notifications be sent directly via HTTPS from the device, or is it recommended to use an intermediary server for reliability?

User avatar
admin
Site Admin
Posts: 1053
Joined: 1. Dec 2014, 12:41

Re: How Can I Use Pushsafer for Real-Time Alerts from My Custom IoT Device?

Postby admin » 9. Sep 2025, 18:29

you can send a notification from everywhere. All you need is:
- an internet connection
- make an Pushsafer API request via http or https

You also can send notifications by email (Pushsafer email gateway) or by an url/link.
Pushsafer DE: Dir gefällt Service und Support! Dann freuen wir uns auf deine Bewertung!
Pushsafer EN: You like Service and Support! Then we look forward to your review!

Pushsafer.com Website - iOS - Android - Windows 10

asabinney
Posts: 1
Joined: 11. Nov 2025, 14:41

Re: How Can I Use Pushsafer for Real-Time Alerts from My Custom IoT Device?

Postby asabinney » 11. Nov 2025, 14:45

splatdreary wrote:
6. May 2025, 01:51
Hello everyone, I recently started working on a custom IoT project and came across Pushsafer as a possible solution for sending real-time alerts to my phone. I’ve looked through the documentation, but I’m still a bit unsure how to properly configure the API to send push notifications from my microcontroller. Has anyone successfully integrated Pushsafer with an ESP32 or Raspberry Pi? Do I need to handle SSL certificates or is there a simplified method? Also, how customizable are the alerts in terms of sound, icon, and priority? I’d appreciate any tips or example code Among Us Thanks in advance!
There are many community examples of ESP32 + Pushsafer using WiFiClientSecure / setInsecure() or HTTPClient wrappers. For production prefer validating the server root CA