Add webhook account.approved
(#22938)
* Webhook `account.approved` when preparing new user * Update Webhook.EVENTS
This commit is contained in:
parent
17f79082b0
commit
8eb29741b4
2 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
|
||||
class Webhook < ApplicationRecord
|
||||
EVENTS = %w(
|
||||
account.approved
|
||||
account.created
|
||||
report.created
|
||||
).freeze
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue