fix: Email subject automation issue (#6533)

This commit is contained in:
Tejaswini Chile
2023-02-27 18:33:11 +05:30
committed by GitHub
parent eb55ff5c9b
commit b76fda53a2
2 changed files with 55 additions and 1 deletions

View File

@@ -90,6 +90,13 @@
"data_type": "date",
"filter_operators": [ "is_greater_than", "is_less_than", "days_before" ],
"attribute_type": "date_attributes"
},
"mail_subject": {
"attribute_name": "Email Subject",
"input_type": "text",
"data_type": "text",
"filter_operators": [ "equal_to", "not_equal_to", "contains", "does_not_contain"],
"attribute_type": "additional_attributes"
}
},
"contacts": {
@@ -184,7 +191,7 @@
"input_type": "search_box with name tags/plain text",
"data_type": "text",
"filter_operators": [ "equal_to", "not_equal_to", "contains", "does_not_contain" ],
"attribute_type": "standard"
"attribute_type": "standard"
}
}
}