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: docs/news.markdown
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,17 @@ Subscribe below to receive updates about improvements and new features on Webhoo
24
24
</form>
25
25
</div>
26
26
27
+
## 29 October 2025
28
+
29
+
* As part of our path to [deprecating token passwords](#30-september-2024) in favor of Share Links, setting passwords has been removed from the UI. API support is still available.
30
+
* Added automatic JSON syntax highlighting
31
+
* Added Location details (city, region country) for each incoming request.
32
+
* Conditions action: Added is null/is not null operators
33
+
* Send Email (SMTP): Now uses 8bit encoding instead of base64, which is not widely supported.
34
+
* Variables list now shows proper values for null, false, etc.
35
+
* Time to token expiry is now shown in menu bar.
36
+
* Action API: Add `error_notifications` option on [Execute](/api/custom-actions.html#execute-custom-actions) endpoint.
37
+
27
38
## 9 October 2025
28
39
29
40
* Added support for [Webhook.site Databases](/databases.html) in JavaScript. [More info here](/custom-actions/action-types.html#webhooksite-database-functions).
0 commit comments