feat: Add webhook events for contact created, updated (#6415)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Shubham Kumar
2023-02-13 13:28:27 -08:00
committed by GitHub
co-authored by Pranav Raj S
parent ba69f4cd35
commit 29025759d6
13 changed files with 113 additions and 16 deletions
@@ -61,6 +61,8 @@ const SUPPORTED_WEBHOOK_EVENTS = [
'message_created',
'message_updated',
'webwidget_triggered',
'contact_created',
'contact_updated',
];
export default {