Support for LunaSea
posixx opened this issue Β· 5 comments
posixx commented
π’ What is the name of the service?
LunaSea support for receiving notifications
π Provide some details about the service that can help with it's development.
- Homepage:
- API Reference:
https://docs.lunasea.app/lunasea/notifications/custom-notifications
π‘ Anything else?
littlegraycells commented
Came here looking for LunaSea as well.
Piggybacking on this, it would be great to see a more generic webhook notification support.
caronc commented
LunaSea support started, but a bit confused on
- how the (FireBase) DeviceID and UserIDs are acquired for use/reference.
- I'm also not quite sure if I understand why the ID's need to be in both the Payload and URL (is this intended) as documented here?
- what are the message
body
andtitle
length restrictions? - Are there any throttle limits at all?
- Is it safe to assume both the Cloud based solution (on https://lunasea.app) and a locally hosted one use just
basic auth
to authenticate with. I can see that a local solution doesn't have a login, so notifications through it can also be sent directly?
posixx commented
- The deviceid and/or userid are acquired using the LunaSea application on your device, under settings β> notifications. In order to copy a userid url you need to have a LunaSea cloud login.
- I donβt think the deviceid needs to be in the body, only the base url will do
- I donβt know..
- Again, no idea
- Both donβt need authentication as far as I can tell; if you have the required base url you can send notifications
caronc commented
I'm done, if you could please click the link and follow the examples, you could verify if it works okay for me.
caronc commented
I was able to test this out; closing out ticket as complete π