Feat: automation rule based on contact conditions (#4230)

This commit is contained in:
Tejaswini Chile
2022-03-29 17:29:34 +05:30
committed by GitHub
parent c674393c02
commit 3158966241
7 changed files with 158 additions and 41 deletions

View File

@@ -142,6 +142,13 @@
"filter_operators": [ "equal_to", "not_equal_to", "contains", "does_not_contain" ],
"attribute_type": "additional_attributes"
},
"company": {
"attribute_name": "Company",
"input_type": "textbox",
"data_type": "text",
"filter_operators": [ "equal_to", "not_equal_to", "contains", "does_not_contain" ],
"attribute_type": "additional_attributes"
},
"labels": {
"attribute_name": "Labels",
"input_type": "tags",