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
<code>store(*variable_name*, *value*)</code> - stores the value of a Webhook.site Global Variable. Must be used async.
638
652
639
-
<code>stop()</code> - stops action execution and return response
653
+
#### Webhook.site Database Functions
640
654
641
-
<code>dont_save()</code> - marks current requests as [*Don't Save*](#dont-save), so it won't be stored or shown in the Webhook.site requests list
655
+
<code>db(*database_id*)</code> - interact with a [Webhook.site Database](/databases.html) instance. Returns a database connection in the form of a function that takes `query` and `params` arguments.
642
656
643
-
<code>respond(*content*, *status*, *headers*)</code> - stops action execution and return response
Code executed with the Webhook.site JavaScript action runs in a sandbox where the following utility libraries are available by using the `require()` function:
Copy file name to clipboardExpand all lines: docs/news.markdown
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
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
24
24
</form>
25
25
</div>
26
26
27
+
## 9 October 2025
28
+
29
+
* Added support for [Webhook.site Databases](/databases.html) in JavaScript. [More info here](/custom-actions/action-types.html#webhooksite-database-functions).
30
+
* Fixed an error when adding invalid header data to the Modify Response action.
31
+
27
32
## 8 October 2025
28
33
29
34
* Added support for [Webhook.site Databases](/databases.html) in WebhookScript. [More info here](/webhookscript/functions/database.html).
0 commit comments