Chore: Add a real-time event for contact resolution/update (#696)

* Chore: Add a real-time event for contact resolution/update
* Chore: Ensure Events are sent to administrators

Addresses: #419
This commit is contained in:
Sojan Jose
2020-04-18 13:47:51 +05:30
committed by GitHub
parent 818c769bb7
commit ecccb103a0
7 changed files with 96 additions and 26 deletions

View File

@@ -13,6 +13,9 @@ module Events::Types
CONVERSATION_LOCK_TOGGLE = 'conversation.lock_toggle'
ASSIGNEE_CHANGED = 'assignee.changed'
CONTACT_CREATED = 'contact.created'
CONTACT_UPDATED = 'contact.updated'
ACCOUNT_CREATED = 'account.created'
ACCOUNT_DESTROYED = 'account.destroyed'