Files
myeasycms-v2/packages/database-webhooks
giancarlo 2c0c616a2d Rename component files and update code dependencies
Numerous component files have been renamed for better organization and readability. This includes changing 'app' to 'account-layout' in various instances and 'organization' to 'team' to ensure consistency across code. Additionally, dependencies within codes have been updated in line with the renaming. The pull request also includes a minor update to the pnpm-lock file, reflecting the latest version of Next.js.
2024-03-31 01:05:32 +08:00
..
2024-03-30 14:51:16 +08:00
2024-03-30 14:51:16 +08:00
2024-03-30 14:51:16 +08:00

Database Webhooks - @kit/database-webhooks

This package is responsible for handling webhooks from database changes.

For example:

  1. when an account is deleted, we handle the cleanup of all related data in the third-party services.
  2. when a user is invited, we send an email to the user.
  3. when an account member is added, we update the subscription in the third-party services