Skip to content

Commit

Permalink
Merge pull request #1137 from ShlomoCode/patch-1
Browse files Browse the repository at this point in the history
macrodroid supports POST requests
  • Loading branch information
binwiederhier authored Sep 29, 2024
2 parents 81f05b3 + 21dbcf6 commit 02e46c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -837,8 +837,7 @@ Here are a few examples (assuming today's date is **12/10/2021, 9am, Eastern Tim
_Supported on:_ :material-android: :material-apple: :material-firefox:

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

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

0 comments on commit 02e46c1

Please sign in to comment.