Sign in

Create caller ID

documented

Register an outbound caller ID and trigger verification.

POST /v3/a/{account_id}/caller_ids.jsonAccountsno 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.callrail.com/v3/a/{{$account_id}}/caller_ids.json" \
  -X POST \
  -H "Authorization: Token token=\"{{CALLRAIL_API_KEY}}\"" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"company_id": "{{$company_id}}", "phone_number": "{{$phone_number}}", "name": "{{$caller_id_name}}"}'
Create caller ID · CallRail · OpenIntegrations