Skip to content

Commit 8b1c9ec

Browse files
committed
Update docs
1 parent c185441 commit 8b1c9ec

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/custom-actions/variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

docs/news.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)