Sign in

Update opportunity

documented

Update an opportunity.

PUT /opportunity/{id}/Opportunitiesno 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://api.close.com/api/v1/opportunity/{{$opportunity_id}}/" \
  -X PUT \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "X-TZ-Offset: {{$timezone_offset}}" \
  -d '{"status_id": "{{$status_id}}", "date_won": "{{$date_won}}", "lead_id": "{{$lead_id}}", "custom.cf_V6S011I6MqcbVvB2FA5Nk8dr5MkL8sWuCiG8cUleO9c": "{{$custom_value}}"}'
Update opportunity · Close · OpenIntegrations