feat: Add inbox webhook events (#8006)
- Add webhook events for inbox creation/updation. - Right now, the feature is added under a feature_flag. It is not available by default on all installations.
This commit is contained in:
@@ -42,6 +42,10 @@ module Events::Types
|
||||
CONTACT_MERGED = 'contact.merged'
|
||||
CONTACT_DELETED = 'contact.deleted'
|
||||
|
||||
# contact events
|
||||
INBOX_CREATED = 'inbox.created'
|
||||
INBOX_UPDATED = 'inbox.updated'
|
||||
|
||||
# notification events
|
||||
NOTIFICATION_CREATED = 'notification.created'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user