Sign in

Make a Phone Call

documented

Trigger an outbound phone call with programmable voice actions.

POST /a1/callsPhone callsno 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.46elks.com/a1/calls" \
  -X POST \
  -u "{{46ELKS_API_KEY}}:{{46ELKS_SECRET}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d '{\"from\": \"{{$from}}\", \"to\": \"{{$to}}\", \"voice_start\": \"{\\\"play\\\":\\\"{{$voice_url}}\\\"}\"}'
Make a Phone Call · 46elks · OpenIntegrations