Skip to content

Instantly share code, notes, and snippets.

@c-nv-s
c-nv-s / README.md
Created August 14, 2024 01:49 — forked from cugu/README.md
Webhooks for PocketBase

Webhooks for PocketBase

A simple webhook plugin for PocketBase.

Adds a new collection "webhooks" to the admin interface, to manage webhooks.

Example

The webhook record in the following example send create, update, and delete events in the tickets collection to http://localhost:8080/webhook.

@c-nv-s
c-nv-s / README.md
Created July 24, 2025 08:21 — forked from LargatSeif/README.md
Webhooks for PocketBase

Webhooks for PocketBase (v0.29.0-migrated by me :) )

A simple webhook plugin for PocketBase.

Adds a new collection "webhooks" to the admin interface, to manage webhooks.

Example

The webhook record in the following example send create, update, and delete events in the tickets collection to http://localhost:8080/webhook.