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/index.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,33 +11,33 @@ The term '[webhook](https://en.wikipedia.org/wiki/Webhook)' refers to a general
11
11
12
12
In short, many systems (for example, a payment platform and a customer management system) communicate with each other by sending Web requests back and forth, for example, from `https://paymentsys.com` to `https://customersys.com/order-created` and vice-versa.
13
13
14
+
This is exactly the same as when you enter "webhook.site" in your Internet browser's address bar, and almost all systems can communicate via this method - also called HTTP - by sending messages ("requests") to Web addresses.
15
+
14
16
[In-depth article about webhooks](https://simonfredsted.com/1583).
15
17
16
18
## What is Webhook.site?
17
19
18
-
Webhook.site is a tool for building software that not only use webhooks but other types of communication, either by allowing developers to inspect the data that's being sent via a webhook, but also helps users create workflows that respond to and interact with webhooks from various systems.
19
-
20
-
When visiting [Webhook.site](https://webhook.site), users instantly get a free, unique, random URL and e-mail address. Everything that's sent to these addresses are shown instantly. With this address, users can test and debug webhooks and HTTP requests.
21
-
22
-
Additionally, a Webhook.site subscription comes with a [suite of cloud services](https://webhook.site/register) for building Web-based workflows and automations, including Custom Actions, an advanced workflow builder that lets you automate, transform and forward data visually or via scripting languages.
23
-
24
-
Webhook.site is operated by Webhook ApS, a [registered corporation](https://datacvr.virk.dk/enhed/virksomhed/41561718) in Denmark since August 2020.
20
+
Webhook.site is a tool for building software that not only use webhooks but other types of Internet-based communication, either by allowing developers to inspect the data that's being sent via webhook requests, but also helps create workflows that respond to and interact with webhooks.
25
21
26
-
### Company information
22
+
When visiting [Webhook.site](https://webhook.site), users instantly get a free, unique, random URL and e-mail address. Everything that's sent to these addresses are shown instantly. With this address, users can test and debug webhooks and HTTP requests. It's what most users know Webhook.site for.
27
23
28
-
Webhook.site company stats as of Feburary 2025:
24
+
Additionally, Webhook.site sells subscriptions to Basic, Pro and Enterprise packages that come with a [suite of cloud services](https://webhook.site/register) for building Web-based workflows and automations, including [Custom Actions](/custom-actions.html) (workflow builder that lets you automate, transform and forward data visually or via scripting languages), [Schedules](/schedules.html) and [Databases](/database.html).
29
25
30
-
- 300.000+ monthly unique users
31
-
- 2300+ subscribed customers
32
-
- 460 million HTTP requests per day
26
+
Statistics as of November 2025:
33
27
34
-
Webhook.site is operated by Webhook ApS (VAT ID: DK41561718).
28
+
- 400.000 monthly unique users
29
+
- 3000 subscribed customers
30
+
- 700 million HTTP requests/day
31
+
- 150.000 Custom Actions workflow automations created
0 commit comments