find-calls-by-company
Find all Gong calls for a specific company by matching CRM records, participant email domains, and call mentions, so you can retrieve every conversation with that customer.
Instructions
Find all Gong calls associated with a specific company/account. Matches by: (1) CRM account/opportunity associations from Salesforce/HubSpot linked to the call, (2) participant email domains, (3) participant affiliations and names, (4) call title/brief mention. This is the best tool for finding all calls with a specific customer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxRecords | No | Maximum number of matching calls to return (default: all) | |
| toDateTime | Yes | End date-time in ISO 8601 format (e.g. 2026-03-08T23:59:59Z) | |
| companyName | Yes | Company name to search for (e.g. 'Recorded Future', 'Acme Corp'). Case-insensitive, matches partial names. | |
| fromDateTime | Yes | Start date-time in ISO 8601 format (e.g. 2025-09-01T00:00:00Z) | |
| companyDomain | No | Company email domain for more accurate matching (e.g. 'recordedfuture.com'). If provided, also matches participant email domains. |