Page 1 of 1

Listen to multiple Channels

Posted: 3. May 2023, 05:11
by demgmbh
Is there a way to register a Device to multiple channels / PushSafer Accounts?

For example have my Android PushSafer App registered on my private PushSafer Account for SmartHome Messages and
on a Busines Account for Server Alerts?

Re: Listen to multiple Channels

Posted: 3. May 2023, 09:15
by admin
No, thats not possible. But you can send push-notifications to other account devices by using their sub-key.

https://www.pushsafer.com/en/faq#answer31

Regards Kevin

Re: Listen to multiple Channels

Posted: 4. May 2023, 05:01
by demgmbh
Thx then I'll do it that way

Re: Listen to multiple Channels

Posted: 8. May 2023, 06:30
by demgmbh
Is there a way that I can check the reply to the send message?
Exsample:
1. Send Message to external device
2. Fetch Message-ID from external Device
3. Check reply to Message from external Device via Message-ID

Re: Listen to multiple Channels

Posted: 8. May 2023, 07:52
by admin
Hi,

yes, you can use the Pushsafer Callback feature as described here:
https://www.pushsafer.com/en/pushapi#api-callback

For positive actions, such as sending push-notifications, registering new devices, send answers > the JSON response code for this action are sent to your callback URL via POST with the parameter json.

Reagrds Kevin