TextMarketingTagFilterInput
Defines a filter for searching for records based on the value of an TEXT marketing tag.
input TextMarketingTagFilterInput {
marketingTagId: ID!
searchText: String!
}
Fields
TextMarketingTagFilterInput.marketingTagId ● ID! non-null scalar
The identifier of the marketing tag to filter on.
TextMarketingTagFilterInput.searchText ● String! non-null scalar
Filter records where the TEXT marketing tag value matches the specified value.
Rules:
- The filter is **not** case sensitive.
searchTextis matched against the start of the tag value. For example, ifsearchTextis 'ABC' it will match **abcdefg** but will not match **123ABC**.
Member Of
ContactMarketingFilterInput input ● MarketingSearchFilterInput input