Query contacts with substring (similar to SQL ilike)

Hello community,

I’m looking to a functionality similar to the ilike or like from SQL to help me query contacts.

For instance I have lots of contacts containing a sub-string, which not necessarily need to be in the domain part of the email, I’d like to perform something like @* or more precisely in regex terms would be something like:

(.)sub-string(.)@*

Hope y’all can help me best regards,

Daniel Boll.

@DanielBoll
Welcome to the community!
Hope you are doing good!

Actually it is not possible to add like in the api,
you are able to use only mentioned in the doc below
https://developers.freshdesk.com/api/#filter_tickets

hope it helps :slight_smile:

Thanks

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.