get_industries
Return every industry name the server recognises. Industry names must match exactly (case-sensitive).
When to use it
Section titled “When to use it”Call this before writing a
search_companies or
search_people query with industry-based
filters.
Inputs
Section titled “Inputs”None.
How to use the result
Section titled “How to use the result”Plug returned names into the account_query:
{ "field": "industry", "op": "eq", "value": "<industry_name>" }Returns
Section titled “Returns”JSON list of industry names.