Search Gong Calls by Participant
gong_search_calls_by_participantSearch Gong calls by participant email and date range. Returns a list of calls the person joined, with markdown or JSON output.
Instructions
Find Gong calls where a specific person participated, identified by their email address.
Useful for pulling a prospect's or rep's recent call history.
Args:
email (string): Email address of the participant
from_date (string): Start date in ISO 8601
to_date (string): End date in ISO 8601
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: List of calls the participant was on.
Examples:
"Find calls with john@acme.com in January" -> email='john@acme.com', from_date='2024-01-01T00:00:00Z', to_date='2024-02-01T00:00:00Z'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email address of the participant to search for | ||
| to_date | Yes | End date in ISO 8601 format | |
| from_date | Yes | Start date in ISO 8601 format | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |