Sign in

Create Recording (Phone)

documented

Create a new recording by phone.

POST /2.0/recording/phoneRecordingsno 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://{{DIALMYCALLS_API_KEY}}@api.dialmycalls.com/2.0/recording/phone" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"name": "{{$name}}", "phone": "{{$phone}}", "callerid_id": "{{$callerid_id}}", "extension": "{{$extension}}", "whitelabel": {{$whitelabel}}}'