From f0b39da6afaedca51a9b358f591b63b2ea521366 Mon Sep 17 00:00:00 2001 From: Jonas Plum Date: Mon, 8 Jul 2024 23:31:40 +0200 Subject: [PATCH] Add webhook plugin (#45) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4bd5f04..e631ae3 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ PocketBase is an open source backend consisting of embedded database (SQLite) wi - [Telegram auth](https://github.com/iamelevich/pocketbase-plugin-telegram-auth) - Add Telegram auth (Widget button and WebApp). - [Ngrok](https://github.com/iamelevich/pocketbase-plugin-ngrok) - Expose local PocketBase to the internet with ngrok. - [Proxy](https://github.com/iamelevich/pocketbase-plugin-proxy) - Proxy requests to another other host. Can be useful when you want to use separate server as frontend (like Next.js), but serve everything with same port. +- [Webhooks](https://gist.github.com/cugu/9e74f75dcad3df74370c71ff3c02085a) - Add webhook support in the admin UI to send `create`, `update` and `delete` events on selected collections via POST request to other systems. ## TypeScript tools