Sign in

Follow a deal

documented

Follow a deal (example placeholder for v2 follower actions).

POST /api/v2/deals/{id}/followDealsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$company_domain}}.pipedrive.com/api/v2/deals/{{$id}}/followers" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "x-api-token: {{PIPEDRIVE_API_KEY}}" \
  -d '{"user_id": {{$user_id}}}'