Sign in

Delegate lead

documented

Delegate/claim a lead to another user.

PATCH /api/v2/leads/{lead_id}/delegateLeadsno 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://demo.myphoner.com/api/v2/leads/{{$lead_id}}/delegate" \
  -XPATCH \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Token {{MYPHONER_API_KEY}}" \
  -D- -d '{"lead":{"delegate_to":"{{$delegate_to}}"}}'