> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# BusinessLookupInput

> Input for looking up business recipients by company name.

**Input object**

Input for looking up business recipients by company name.

## Input fields

<ParamField name="companyName" type="String!" required>
  Lookup by company name (case-insensitive).
  Searches both business name and DBA name using OR logic.
  Returns all matching businesses.
</ParamField>
