File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ These variables are automatically available for each request or email. Different
7070| request.html_content | Email | Parsed HTML content |
7171| request.destinations | Email | Comma separated list of recipients. |
7272| request.checks.[ name] | Email | True or false for email checks (DKIM, SPF, etc.) |
73+ | error.[ number] | All | Created for all actions that result in an error, where ` number ` is the order of the action. |
7374
7475### Variable Modifiers
7576
Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ Subscribe below to receive updates about improvements and new features on Webhoo
2424</form >
2525</div >
2626
27+ ## 22 September
28+
29+ * Added ` $error.[action]$ ` variable that is automatically created whenever an action result in an error.
30+ * Email notifications should now support dark mode in Apple Mail on iOS.
31+
2732## 5 August 2025
2833
2934* Added Open In function to view requests in RapidAPI and Postman clients
You can’t perform that action at this time.
0 commit comments