gotify / server

A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)
https://gotify.net
Other
11.13k stars 620 forks source link

Is it Possible to Only Use a URL to Forward Messages? #643

Closed AHCorn closed 5 months ago

AHCorn commented 5 months ago

Have you read the documentation?

You are setting up gotify in

Describe your problem

I'm trying to forward SMS from my iOS device to my Android phone using the Gotify server deployed on my server in conjunction with the iOS Shortcuts feature. I've followed the official documentation but it seems that forwarding cannot be achieved by simply accessing a URL. Is there a way to accomplish this, or have I missed some steps or configurations? Any guidance or suggestions would be appreciated.

jmattheis commented 5 months ago

What do you mean by "Use" or "access" an URL. You can send messages via a POST request to the /message endpoint. See https://gotify.net/docs/pushmsg if you mean sending a message via a GET request, then no, this isn't possible.

AHCorn commented 5 months ago

Thank you for your explanation. I meant the latter, as you described. I apologize for any confusion my phrasing may have caused.

My question arose because I previously used a messaging forwarding tool exclusive to iOS, which adopted a similar request-forwarding approach. This led me to wonder if Gotify also supports this method, prompting my inquiry here.

Once again, thank you very much for your reply; I greatly appreciate it.