deals_add_follower
Add a user as a follower to a deal to enable them to receive notifications and track progress.
Instructions
Add a follower to a deal.
Followers receive notifications about deal updates and can track the deal's progress.
Workflow tips:
Use users/list to get user IDs
User must exist in the Pipedrive account
Follower receives notifications for deal changes
Cannot add same follower twice
Common use cases:
Add team member: { "id": 123, "user_id": 456 }
Add manager for oversight: { "id": 789, "user_id": 10 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the deal | |
| user_id | Yes | ID of the user to add as a follower |