Sign in

Add call

documented

Add a call.

POST /callsCallsno 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.followupboss.com/v1/calls" \
  -X POST \
  -u "{{FOLLOWUPBOSS_API_KEY}}:" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"personId": {{$person_id}}, "phoneNumber": "{{$phone_number}}", "startTime": "{{$start_time}}", "duration": {{$duration}}, "direction": "{{$direction}}", "notes": "{{$notes}}" }'