deals_list_persons
Get all persons linked to a deal, including primary contact and participants. Returns full contact details for outreach and stakeholder review.
Instructions
List all persons associated with a deal.
Returns all persons (contacts) linked to a specific deal, including the primary contact and any participants.
Workflow tips:
Shows both primary contact and participants
Includes full person details (name, email, phone, etc.)
Use pagination for deals with many contacts
Cached for 5 minutes
Different from participants (participants are just person references)
Common use cases:
List all contacts: { "id": 123 }
Paginated results: { "id": 123, "start": 0, "limit": 50 }
Get contact information for outreach
Review all stakeholders in a deal
Export contact list for communication
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the deal | |
| start | No | Pagination start | |
| limit | No | Number of items to return per page |