Sign in

Create batch calls

documented

Creates multiple calls for an authenticated user.

POST /calls/create_batch_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/create_batch_calls" \
  -X POST \
  -H "x-cotg-authtoken: {{CALLONTHEGO_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"calls": [{"prevCallId": {{$prevCallId}}, "began": "{{$began}}", "ended": "{{$ended}}", "list_id": {{$list_id}}, "contact_id": {{$contact_id}}}]}'
Create batch calls · CallOnTheGo · OpenIntegrations