mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Added member.added and member.deleted webhooks
no-issue
This commit is contained in:
parent
5fb05e970c
commit
20a6ad1ea6
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ const WEBHOOKS = [
|
|||
'tag.edited',
|
||||
'tag.deleted',
|
||||
|
||||
'member.added',
|
||||
'member.deleted',
|
||||
|
||||
'post.tag.attached',
|
||||
'post.tag.detached',
|
||||
'page.tag.attached',
|
||||
|
|
Loading…
Add table
Reference in a new issue