Add webhook account.approved
(#22938)
* Webhook `account.approved` when preparing new user * Update Webhook.EVENTS
This commit is contained in:
@ -15,6 +15,7 @@
|
||||
|
||||
class Webhook < ApplicationRecord
|
||||
EVENTS = %w(
|
||||
account.approved
|
||||
account.created
|
||||
report.created
|
||||
).freeze
|
||||
|
Reference in New Issue
Block a user