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/paperless_ngx.markdown
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ conditions:
107
107
false
108
108
{% endif %}
109
109
actions:
110
-
- action: notify.mobile_app_
110
+
- action: notify.mobile_app_iphone
111
111
metadata: {}
112
112
data:
113
113
message: A new document is available.
@@ -127,6 +127,7 @@ This integration retrieves data using a pull-based mechanism.
127
127
## Known limitations
128
128
129
129
There are a few known limitations for using the integration:
130
+
130
131
- This integration is only fully supported with **Paperless-ngx version 2.15 or later**. Earlier versions are not supported.
131
132
- To enable monitoring of diagnostic sensors, you must have **administrator permissions**. Without administrator rights, specific API endpoints cannot be accessed, and the sensor states will not be available.
132
133
@@ -139,14 +140,17 @@ This integration follows standard integration removal. No extra steps are requir
139
140
## Troubleshooting
140
141
141
142
{% details "Invalid hostname or IP address" %}
142
-
Make sure you enter a complete URL, such as `https://paperless.example.com/` or `https://192.168.178.11:8011/`.
143
+
144
+
Make sure you enter a complete URL, such as `https://paperless.example.com` or `https://192.168.178.11:8011`.
143
145
144
146
SSL is enabled by default. If you're using an unencrypted connection, you must explicitly use `http://` instead of `https://` in the URL.
145
147
146
148
If you're using a self-signed certificate, disable the **Verify SSL certificate** option.
149
+
147
150
{% enddetails %}
148
151
149
152
{% details "The token does not have permission to access the API" %}
153
+
150
154
In this case, verify whether the token is still valid and correctly assigned to the user.
151
155
152
156
You can also test the token using the Swagger interface available at
@@ -155,4 +159,5 @@ You can also test the token using the Swagger interface available at
155
159
Click on **"Authorize"** in the Swagger UI to enter your token at **tokenAuth (apiKey)**, then try accessing the relevant endpoints like `/api/statistics/` to ensure they respond as expected.
156
160
157
161
If everything works correctly in Swagger but the integration still fails, check whether a reverse proxy (e.g., NGINX) is returning an **HTTP 403 error**. If so, the integration may also report this as a permission issue.
0 commit comments