deals_add_participant
Add a person as a participant to an existing deal, enabling you to include decision makers, influencers, or stakeholders beyond the primary contact.
Instructions
Add a participant (person) to a deal.
Participants are persons who are involved in the deal beyond the primary contact.
Workflow tips:
Use persons/search to find person IDs
Person must exist in Pipedrive
Deal can have multiple participants
Different from the main person_id on the deal
Common use cases:
Add decision maker: { "id": 123, "person_id": 456 }
Add influencer: { "id": 789, "person_id": 101 }
Add stakeholder: { "id": 234, "person_id": 567 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the deal | |
| person_id | Yes | ID of the person to add as a participant |