Skip to content

Commit 02e46c1

Browse files
Merge pull request #1137 from ShlomoCode/patch-1
macrodroid supports POST requests
2 parents 81f05b3 + 21dbcf6 commit 02e46c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/publish.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -837,8 +837,7 @@ Here are a few examples (assuming today's date is **12/10/2021, 9am, Eastern Tim
837837
_Supported on:_ :material-android: :material-apple: :material-firefox:
838838

839839
In addition to using PUT/POST, you can also send to topics via simple HTTP GET requests. This makes it easy to use
840-
a ntfy topic as a [webhook](https://en.wikipedia.org/wiki/Webhook), or if your client has limited HTTP support (e.g.
841-
like the [MacroDroid](https://play.google.com/store/apps/details?id=com.arlosoft.macrodroid) Android app).
840+
a ntfy topic as a [webhook](https://en.wikipedia.org/wiki/Webhook), or if your client has limited HTTP support.
842841

843842
To send messages via HTTP GET, simply call the `/publish` endpoint (or its aliases `/send` and `/trigger`). Without
844843
any arguments, this will send the message `triggered` to the topic. However, you can provide all arguments that are

0 commit comments

Comments
 (0)