Added event for conversation opened (#6412)

This commit is contained in:
Tejaswini Chile
2023-02-08 12:05:22 +05:30
committed by GitHub
parent 73d14f204e
commit 7c21cef467
5 changed files with 204 additions and 0 deletions

View File

@@ -165,6 +165,17 @@ export const getDefaultConditions = eventName => {
},
];
}
if (eventName === 'conversation_opened') {
return [
{
attribute_key: 'browser_language',
filter_operator: 'equal_to',
values: '',
query_operator: 'and',
custom_attribute_type: '',
},
];
}
return [
{
attribute_key: 'status',