You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_integrations/ntfy.markdown
+4-4
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The ntfy integration can be used to send push notifications from automations and
35
35
- Use `https://ntfy.sh` for the official ntfy service.
36
36
- Provide the URL of an alternative public ntfy service or your self-hosted instance (for example, `https://your-ntfy-instance.com`).
37
37
38
-
2.**Authentication**
38
+
2.**Authentication (optional)**
39
39
40
40
Depending on whether the server is configured to support access control, some topics may be read/write protected so that only users with the correct credentials can subscribe or publish to them.
41
41
@@ -103,15 +103,15 @@ data:
103
103
104
104
## Known limitations
105
105
106
-
**ntfy** imposes various rate and usage limits. The official [**ntfy.sh**](https://ntfy.sh/) server allows up to **60 messages in a burst**, with a **replenishment rate of one message every 5 seconds** (i.e., the full 60-message capacity refills in 5 minutes).
106
+
**ntfy** imposes various rate and usage limits. The official [ntfy.sh](https://ntfy.sh/) service allows up to **60 messages in a burst**, with a **replenishment rate of one message every 5 seconds** (i.e., the full 60-message capacity refills in 5 minutes).
107
107
108
108
Additional usage limits depend on your account tier. To view your current limits, go to [**Account → Usage**](https://ntfy.sh/account).
109
109
110
-
Limits may vary when using other **ntfy** servers. If you're using a self-hosted instance, you can configure higher limits or disable them entirely.
110
+
Limits may vary when using other **ntfy** services. If you're using a self-hosted instance, you can configure higher limits or disable them entirely.
111
111
112
112
## Troubleshooting
113
113
114
-
The **ntfy** integration relies on an active internet connection to communicate with the ntfy service. If you encounter issues, verify that your network connection is stable and the ntfy service reachable. Additionally, the ntfy service itself may experience downtime, whether unexpected or due to scheduled maintenance.
114
+
The **ntfy** integration relies on an active internet connection to communicate with the ntfy service. If you encounter issues, verify that your network connection is stable and the ntfy service is reachable. Additionally, the ntfy service itself may experience downtime, whether unexpected or due to scheduled maintenance.
115
115
116
116
In any case, when reporting an issue, please enable [debug logging](/docs/configuration/troubleshooting/#debug-logs-and-diagnostics), restart the integration, and as soon as the issue reoccurs, stop the debug logging again (*download of debug log file will start automatically*). Further, if still possible, please also download the [diagnostics](/integrations/diagnostics) data. If you have collected the debug log and the diagnostics data, provide them with the issue report.
0 commit comments