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: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,10 @@ Easily manage and trigger webhooks directly from your browser! Compatible with F
41
41
**🧪 Test a Webhook:**
42
42
- When adding or editing a webhook, click the 'Test' button to send a test payload to your URL.
43
43
44
+
**🕒 DateTime Variables in Custom Payload:**
45
+
- You can use `{{now.*}}` placeholders in custom payload JSON, including UTC values like `{{now.iso}}`, `{{now.date}}`, `{{now.time}}`, `{{now.unix}}`, and local values like `{{now.local.iso}}`.
46
+
- Existing `{{triggeredAt}}` remains available as an alias for `{{now.iso}}` for backward compatibility.
47
+
44
48
**🗂️ Organize into Groups:**
45
49
- Use the group management dialog to add, delete, rename, or reorder groups via drag-and-drop.
0 commit comments