Sign in

Create call

documented

Creates a new call for the authenticated user.

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://app.callonthego.com/api/v1/calls" \ 
  -X POST \ 
  -H "x-cotg-authtoken: {{CALLONTHEGO_API_KEY}}" \ 
  -H "Content-Type: application/json" \ 
  -H "Accept: application/json" \ 
  -d '{"prevCallId": {{$prevCallId}}, "began": "{{$began}}", "ended": "{{$ended}}", "list_id": {{$list_id}}, "contact_id": {{$contact_id}}}'
Create call · CallOnTheGo · OpenIntegrations