Sign in

Create LeadStatusChange

documented

Create a Lead Status Change event (historical import).

POST /activity/status_change/lead/Activitiesno 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/activity/status_change/lead/" \
  -u "{{CLOSE_API_KEY}}:" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"lead_id": "{{$lead_id}}", "to_status_id": "{{$to_status_id}}", "from_status_id": "{{$from_status_id}}", "date_created": "{{$date_created}}", "comment": "{{$comment}}"}'
Create LeadStatusChange · Close · OpenIntegrations