Create call
documentedLog a Call activity (manual via API).
POST /activity/call/Activitiesno implementation yet0 runsNo 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/call/" \
-X POST \
-u "{{CLOSE_API_KEY}}:" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"lead_id": "{{$lead_id}}", "contact_id": "{{$contact_id}}", "created_by": "{{$created_by}}", "user_id": "{{$user_id}}", "direction": "{{$direction}}", "status": "{{$status}}", "note_html": "{{$note_html}}", "duration": {{$duration}}, "phone": "{{$phone}}", "recording_url": "{{$recording_url}}"}'