helpscout-api-php icon indicating copy to clipboard operation
helpscout-api-php copied to clipboard

Question: How to get a Customer based on a Property

Open PeterOcansey opened this issue 3 years ago • 0 comments

I added a location (Accra) property to customer and want to list the customers base on this property

$filter = (new CustomerFilters())
        ->withQuery('property:"Accra');

$customers = $client->customers()->list($filter);

This returns an empty result. is it possible to query customers based on a Property?

PeterOcansey avatar Dec 12 '22 08:12 PeterOcansey