Eric Allam
c0b84595a3
feat(webapp): hosted webhook ingress, delivery pipeline, and dashboard ( #4344 )
...
## Summary
The server half of hosted webhooks: the public ingress endpoint,
signature verification, the delivery pipeline (Postgres partitioned
storage + ClickHouse for ordering), the in-app partition manager, the
HTTP API, and the dashboard (Deliveries, Endpoints, and the in-app test
console).
The public SDK and docs half is #4537 . That PR carries the user-facing
API (`webhook()`, `chat.event` / `chat.channels`, the
`@trigger.dev/slack` connector) and builds on the shared
`@trigger.dev/core` schemas that ship here.
## Shipping behind a flag
A `WEBHOOK_ENABLED` env var (default off) gates the public ingress route
and the engine worker plus partition cron, so merging and deploying this
changes nothing in production until it is flipped on per environment.
The dashboard is separately gated per org by the `hasWebhooksAccess`
feature flag.
## Note on packages
This PR includes the `@trigger.dev/core` schema additions the server
compiles against, but carries no changeset. Core is not consumed
independently of the SDK, so it is released together with the SDK via
#4537 . Keeping its changeset off `main` means no release cut from `main`
publishes it early.
2026-08-16 14:33:42 +01:00
..
2026-08-12 09:51:40 +02:00
2026-08-16 14:33:42 +01:00
2026-08-14 17:32:43 +01:00
2026-07-11 13:38:12 +01:00
2026-08-13 17:26:46 +01:00
2026-07-03 20:37:59 +01:00
2026-07-26 19:43:41 +01:00
2026-08-11 18:56:14 +02:00
2026-07-13 11:32:06 +01:00
2026-08-14 17:32:43 +01:00
2026-06-28 17:26:43 +01:00
2026-08-06 15:27:10 +01:00
2026-07-09 11:58:33 +00:00
2026-07-13 11:32:06 +01:00
2026-07-03 21:10:42 +01:00
2026-07-05 10:05:54 +01:00
2026-08-11 18:56:14 +02:00
2026-08-12 10:11:31 +01:00
2026-07-13 10:17:12 +01:00
2026-07-05 10:05:54 +01:00
2026-07-05 10:05:54 +01:00
2026-07-13 10:17:12 +01:00
2026-08-03 14:00:29 +01:00
2026-08-06 15:27:10 +01:00
2026-08-11 18:56:14 +02:00
2026-07-13 13:54:54 +01:00
2026-08-03 14:00:29 +01:00
2026-07-03 20:37:59 +01:00
2026-07-13 13:54:54 +01:00
2026-07-13 13:54:54 +01:00
2026-07-13 13:54:54 +01:00
2026-08-03 14:00:29 +01:00
2026-08-07 12:25:40 +01:00
2026-08-03 14:00:29 +01:00
2026-07-21 12:00:58 +01:00
2026-08-06 16:05:27 +01:00
2026-07-31 11:55:25 +01:00
2026-07-17 16:26:56 +01:00
2026-07-13 13:54:54 +01:00
2026-07-07 14:17:23 +01:00
2026-07-09 11:58:33 +00:00
2026-07-19 17:06:45 +00:00
2026-07-31 11:55:25 +01:00
2026-07-04 07:02:28 +01:00
2026-07-05 10:05:54 +01:00
2026-07-05 10:05:54 +01:00
2026-07-22 21:23:52 +02:00
2026-07-22 21:23:52 +02:00
2026-06-26 17:12:53 +02:00
2026-06-26 17:12:53 +02:00
2026-06-26 17:12:53 +02:00
2026-06-26 17:12:53 +02:00
2026-06-26 17:12:53 +02:00
2026-06-26 17:12:53 +02:00
2026-06-26 17:12:53 +02:00
2026-06-26 17:12:53 +02:00
2026-08-12 20:40:38 +01:00
2026-06-26 17:12:53 +02:00
2026-08-12 14:03:44 +01:00
2026-06-26 17:12:53 +02:00
2026-07-22 21:23:52 +02:00
2026-06-26 17:12:53 +02:00
2026-06-26 13:02:53 +01:00
2026-07-07 15:43:30 +01:00
2026-07-19 17:06:45 +00:00
2026-07-05 10:05:54 +01:00
2026-07-02 11:37:05 +01:00
2026-07-19 17:06:45 +00:00
2026-06-28 17:26:43 +01:00
2026-06-28 17:26:43 +01:00
2026-06-28 17:26:43 +01:00
2026-06-26 13:02:53 +01:00
2026-08-13 07:36:07 +01:00
2026-07-19 17:06:45 +00:00
2026-08-01 09:17:20 +01:00
2026-06-26 13:02:53 +01:00
2026-06-26 13:02:53 +01:00
2026-07-29 16:45:24 +01:00
2026-08-11 18:56:14 +02:00
2026-07-02 11:37:05 +01:00
2026-08-06 15:27:10 +01:00
2026-07-05 10:05:54 +01:00
2026-08-12 09:51:40 +02:00
2026-08-12 09:51:40 +02:00
2026-08-13 13:13:02 +02:00
2026-08-11 18:56:14 +02:00
2026-08-12 09:51:40 +02:00
2026-08-13 13:13:02 +02:00
2026-08-11 18:56:14 +02:00
2026-08-12 09:51:40 +02:00
2026-08-11 18:56:14 +02:00
2026-08-13 15:18:05 +02:00
2026-08-11 18:56:14 +02:00
2026-08-13 13:13:02 +02:00
2026-08-12 08:38:59 +02:00
2026-08-12 09:51:40 +02:00
2026-08-11 18:56:14 +02:00
2026-08-12 08:38:59 +02:00
2026-08-13 13:13:02 +02:00
2026-08-13 13:13:02 +02:00
2026-08-13 13:13:02 +02:00
2026-08-11 18:56:14 +02:00
2026-08-13 13:13:02 +02:00
2026-08-13 13:13:02 +02:00
2026-08-12 09:51:40 +02:00
2026-08-13 13:13:02 +02:00
2026-08-13 13:13:02 +02:00
2026-08-13 13:13:02 +02:00
2026-08-13 13:13:02 +02:00
2026-08-12 09:51:40 +02:00
2026-08-12 09:51:40 +02:00
2026-08-13 13:13:02 +02:00
2026-08-13 13:13:02 +02:00
2026-08-13 13:13:02 +02:00
2026-08-13 13:13:02 +02:00
2026-08-13 13:13:02 +02:00
2026-08-12 09:51:40 +02:00
2026-08-12 09:51:40 +02:00
2026-08-13 13:13:02 +02:00
2026-08-13 13:13:02 +02:00
2026-08-12 09:51:40 +02:00
2026-08-13 13:13:02 +02:00
2026-08-13 13:13:02 +02:00
2026-08-12 09:51:40 +02:00
2026-08-13 17:26:46 +01:00
2026-08-13 13:13:02 +02:00
2026-08-13 13:13:02 +02:00
2026-08-13 13:13:02 +02:00
2026-08-12 09:51:40 +02:00
2026-08-12 09:51:40 +02:00
2026-07-21 12:00:58 +01:00
2026-08-16 14:33:42 +01:00
2026-07-09 11:58:33 +00:00
2026-08-11 17:51:31 +02:00
2026-07-02 11:37:05 +01:00
2026-08-11 18:56:14 +02:00
2026-07-22 08:20:43 +01:00
2026-06-26 13:02:53 +01:00
2026-07-30 21:50:15 +02:00
2026-07-04 07:02:28 +01:00
2026-06-26 13:02:53 +01:00
2026-07-11 13:38:12 +01:00
2026-07-09 11:58:33 +00:00
2026-07-19 17:06:45 +00:00
2026-07-21 12:00:58 +01:00
2026-08-14 22:12:25 +01:00
2026-06-26 13:02:53 +01:00
2026-08-12 10:11:31 +01:00
2026-06-26 13:02:53 +01:00
2026-06-26 13:02:53 +01:00
2026-08-10 17:45:57 +01:00
2026-07-21 12:00:58 +01:00
2026-08-11 18:56:14 +02:00
2026-07-31 09:44:16 +01:00
2026-07-10 18:30:02 +01:00
2026-08-11 18:56:14 +02:00
2026-08-06 16:05:27 +01:00
2026-07-03 18:02:22 +01:00
2026-07-19 17:06:45 +00:00
2026-07-02 11:37:05 +01:00
2026-06-30 13:35:31 +02:00
2026-07-09 11:58:33 +00:00
2026-06-26 13:02:53 +01:00
2026-07-05 10:05:54 +01:00
2026-07-19 17:06:45 +00:00
2026-07-19 17:06:45 +00:00
2026-07-05 10:05:54 +01:00
2026-07-19 17:06:45 +00:00
2026-07-30 21:28:44 +01:00
2026-07-28 11:28:09 +02:00
2026-07-09 11:58:33 +00:00
2026-07-29 17:59:47 +01:00
2026-07-30 21:50:15 +02:00
2026-07-30 21:50:15 +02:00
2026-07-21 15:57:13 +02:00
2026-07-20 19:17:44 +01:00
2026-07-09 11:58:33 +00:00
2026-06-26 13:02:53 +01:00
2026-07-19 17:06:45 +00:00
2026-06-26 13:02:53 +01:00
2026-06-26 13:02:53 +01:00
2026-06-26 13:02:53 +01:00
2026-06-26 13:02:53 +01:00
2026-07-19 17:57:41 +01:00
2026-06-26 13:02:53 +01:00
2026-07-02 11:37:05 +01:00
2026-06-26 13:02:53 +01:00
2026-06-26 13:02:53 +01:00
2026-06-26 13:02:53 +01:00
2026-08-03 14:00:29 +01:00
2026-06-26 13:02:53 +01:00
2026-06-26 13:02:53 +01:00
2026-06-26 13:02:53 +01:00
2026-06-26 13:02:53 +01:00
2026-06-26 13:02:53 +01:00
2026-06-26 13:02:53 +01:00
2026-07-09 15:24:31 +01:00
2026-06-26 13:02:53 +01:00
2026-06-26 13:02:53 +01:00
2026-06-26 17:12:53 +02:00
2026-07-30 21:50:15 +02:00
2026-07-02 11:37:05 +01:00
2026-07-11 13:38:12 +01:00
2026-07-11 13:38:12 +01:00
2026-07-02 22:47:03 +01:00
2026-07-13 13:54:54 +01:00
2026-07-28 14:23:41 +01:00
2026-07-19 17:06:45 +00:00
2026-06-26 13:02:53 +01:00
2026-08-12 10:11:31 +01:00
2026-08-11 18:56:14 +02:00
2026-08-13 12:17:48 +01:00
2026-07-09 11:58:33 +00:00
2026-08-03 14:00:29 +01:00
2026-08-06 15:27:10 +01:00
2026-07-19 17:06:45 +00:00
2026-06-28 17:26:43 +01:00
2026-08-12 13:59:35 +02:00
2026-08-12 09:51:40 +02:00
2026-08-11 18:56:14 +02:00
2026-07-29 16:45:24 +01:00
2026-08-12 09:51:40 +02:00
2026-07-29 16:45:24 +01:00
2026-08-12 10:11:31 +01:00
2026-08-07 12:25:40 +01:00
2026-07-19 17:06:45 +00:00
2026-08-16 14:33:42 +01:00
2026-07-19 17:06:45 +00:00
2026-07-02 11:37:05 +01:00
2026-08-12 11:01:59 +01:00
2026-07-19 17:06:45 +00:00
2026-07-19 17:06:45 +00:00
2026-08-12 11:01:59 +01:00
2026-07-02 11:37:05 +01:00
2026-07-21 12:00:58 +01:00
2026-07-15 10:20:08 +01:00
2026-06-26 13:02:53 +01:00
2026-07-19 17:06:45 +00:00
2026-07-09 11:58:33 +00:00
2026-08-11 18:56:14 +02:00
2026-08-12 09:51:40 +02:00
2026-08-11 18:56:14 +02:00
2026-08-11 18:56:14 +02:00
2026-08-11 18:56:14 +02:00
2026-08-12 08:38:59 +02:00
2026-08-11 18:56:14 +02:00
2026-08-11 18:56:14 +02:00
2026-07-05 10:05:54 +01:00
2026-07-19 17:06:45 +00:00
2026-08-07 12:25:40 +01:00
2026-07-21 12:00:58 +01:00
2026-08-11 18:56:14 +02:00
2026-07-06 10:55:02 +00:00
2026-08-11 18:56:14 +02:00
2026-07-03 18:02:22 +01:00
2026-07-19 17:06:45 +00:00
2026-08-11 18:56:14 +02:00
2026-07-05 10:05:54 +01:00
2026-07-07 14:17:23 +01:00
2026-07-03 18:52:08 +01:00
2026-07-03 18:02:22 +01:00
2026-07-30 21:28:44 +01:00
2026-07-05 10:05:54 +01:00
2026-07-14 11:20:21 +01:00
2026-07-05 10:05:54 +01:00
2026-07-13 10:17:12 +01:00
2026-07-03 18:02:22 +01:00
2026-07-13 13:54:54 +01:00
2026-07-07 14:17:23 +01:00
2026-07-05 10:05:54 +01:00
2026-07-19 17:06:45 +00:00
2026-07-02 11:37:05 +01:00
2026-08-01 09:17:20 +01:00
2026-07-02 11:37:05 +01:00
2026-07-13 13:54:54 +01:00
2026-08-01 09:17:20 +01:00
2026-08-12 12:24:32 +01:00
2026-07-07 16:15:15 +01:00
2026-07-07 16:15:15 +01:00
2026-07-07 16:15:15 +01:00
2026-07-07 16:15:15 +01:00
2026-07-07 16:15:15 +01:00
2026-07-07 16:15:15 +01:00
2026-07-07 16:15:15 +01:00
2026-07-13 13:54:54 +01:00
2026-08-01 09:17:20 +01:00
2026-07-02 11:37:05 +01:00
2026-07-02 11:37:05 +01:00
2026-07-02 11:37:05 +01:00
2026-07-05 10:05:54 +01:00
2026-07-19 17:06:45 +00:00
2026-07-03 18:52:08 +01:00
2026-06-26 13:02:53 +01:00
2026-08-14 10:07:14 +01:00
2026-07-09 11:58:33 +00:00
2026-07-09 11:58:33 +00:00
2026-07-09 11:58:33 +00:00
2026-07-09 11:58:33 +00:00
2026-08-07 12:25:40 +01:00
2026-07-09 11:58:33 +00:00
2026-08-01 09:17:20 +01:00
2026-08-16 14:33:42 +01:00
2026-07-09 11:58:33 +00:00
2026-07-09 11:58:33 +00:00
2026-08-14 10:07:14 +01:00
2026-07-21 12:00:58 +01:00
2026-08-14 10:07:14 +01:00
2026-07-30 21:50:15 +02:00
2026-07-30 09:04:15 +01:00
2026-07-03 18:02:22 +01:00
2026-08-01 11:33:34 +01:00
2026-08-01 11:33:34 +01:00
2026-08-01 11:33:34 +01:00
2026-06-26 13:02:53 +01:00
2026-08-12 11:01:59 +01:00
2026-08-12 11:01:59 +01:00
2026-07-05 10:05:54 +01:00
2026-07-19 17:06:45 +00:00
2026-07-21 12:00:58 +01:00
2026-08-12 09:51:40 +02:00
2026-06-26 13:02:53 +01:00
2026-07-02 11:37:05 +01:00
2026-07-09 11:58:33 +00:00
2026-07-05 10:05:54 +01:00
2026-07-03 20:37:59 +01:00
2026-07-28 09:00:48 +01:00
2026-08-03 14:00:29 +01:00
2026-07-03 18:52:08 +01:00
2026-08-12 12:24:32 +01:00
2026-08-16 14:33:42 +01:00
2026-08-12 08:38:59 +02:00
2026-08-11 18:56:14 +02:00
2026-08-03 19:29:33 +02:00
2026-07-02 11:37:05 +01:00
2026-06-26 13:02:53 +01:00
2026-08-11 18:56:14 +02:00
2026-07-13 13:54:54 +01:00
2026-08-11 18:56:14 +02:00
2026-08-11 18:56:14 +02:00
2026-08-11 18:56:14 +02:00
2026-08-12 08:38:59 +02:00
2026-08-11 18:56:14 +02:00
2026-07-29 16:45:24 +01:00
2026-07-07 17:20:07 +01:00
2026-07-30 21:28:44 +01:00
2026-07-13 13:54:54 +01:00
2026-07-19 17:06:45 +00:00
2026-07-19 17:06:45 +00:00
2026-07-13 13:54:54 +01:00
2026-07-22 23:03:24 +01:00
2026-07-13 10:17:12 +01:00
2026-07-22 23:03:24 +01:00
2026-07-22 23:03:24 +01:00
2026-07-13 13:54:54 +01:00
2026-07-22 23:03:24 +01:00
2026-07-19 17:06:45 +00:00
2026-07-13 13:54:54 +01:00
2026-07-09 11:58:33 +00:00
2026-07-21 12:00:58 +01:00
2026-06-26 13:02:53 +01:00
2026-07-21 12:00:58 +01:00
2026-07-21 12:00:58 +01:00
2026-07-21 12:00:58 +01:00